User Profile

Collapse

Profile Sidebar

Collapse
tijo
tijo
Last Activity: Nov 18 '08, 04:49 AM
Joined: Nov 6 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • tijo
    replied to onblur() not working with mozilla
    Sorry,

    The client requires a click outside that div to close the popup
    See more | Go to post

    Leave a comment:


  • tijo
    replied to onblur() not working with mozilla
    No That cannot be done in this application. This pop up should be closed only when a click is made some where else on the page. Can you suggest a method.
    See more | Go to post

    Leave a comment:


  • tijo
    replied to onblur() not working with mozilla
    Hi,

    When i repalced the onblur event with ondblclick(), it worked fine for both IE and Mozilla, ie the overlay div was made dispaly none uisng the same script.

    <div id="linker2" class="linker" ondblclick="sho wBlur('linker2' )" > </div>

    When If repalced it with onblur(), IE alone recognizes

    Do you know any other way to meet this requirement
    See more | Go to post

    Leave a comment:


  • tijo
    replied to onblur() not working with mozilla
    No error is shown in the error console. Is the issue due to the fact that mozilla doesn;t recognize onblur() event.
    See more | Go to post

    Leave a comment:


  • tijo
    started a topic onblur() not working with mozilla

    onblur() not working with mozilla

    Hi,

    I am facing an issue with the onblur() event. The requirement is when i click a small icon in my html page a small rectangular overlay containing some text message should appear and it should disappear when I click any where else on the page.

    I have implemented the situation using java script. To bring the overaly using java script, the display property of a div is made visible and to make the same overlay hidden...
    See more | Go to post
No activity results to display
Show More
Working...