Click here to Skip to main content
15,883,709 members
Articles / Web Development / ASP.NET

How to Open a New Window Even if the Pop-up Blocker Is Turned On

Rate me:
Please Sign up or sign in to vote.
1.00/5 (1 vote)
16 Dec 2018CPOL 28.5K  
Hello All,I am using the following code to open a new page in java script but web browsers are giving the warning of pop-up blocker function showPDF() { var popUp = window.open("PDFContainer.aspx", '_blank'); ...

Revisions


  

Compare Revision Minor Date Status Editor
2 - publicly available Yes 10-Oct-12 17:09 Available amit2620
Updates in content.
1 No 10-Oct-12 16:59 Available amit2620

License

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


Written By
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions