Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi in my application i have popup windows...
i wanted to disable the popup blocker and i done it by using window.showmodalDialog() insted of window.open()....

when i run this in IE popup blocker wont blocks the popup window but when i run it in Firefox popupblocker blocks the window.....
is there any way to disable the popup blocker in both the Browsers..?

Thank you....
Posted

1 solution

try this
<pre><a href='popup.html' onclick="window.open(this.href);return false;>link</a></pre>

Hope this will help up :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900