Sorry,
The client requires a click outside that div to close the popup
User Profile
Collapse
-
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.Leave a comment:
-
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 requirementLeave a comment:
-
No error is shown in the error console. Is the issue due to the fact that mozilla doesn;t recognize onblur() event.Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: