Click here to Skip to main content
15,906,574 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to open a asp.net page in new browser window without popup bloker message ( if in my browser setting popup blok enable )


thanks in advance
Posted

1 solution

If you use Window.Open javascript method to open a new window, it need permission from Popup blocker.

Otherwise you can go creating the popup using HTML elements which looks similar like window.

http://abhishek-sur.blogspot.com/2009/05/javascript-pure-html-dialog-box.html[^]

:thumbsup:
 
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