Enable pop up blocker using Javascript
JavaScript
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, I had written javascript code using window.open( ).I want to enable the pop-up blocker using javascript,instead enabling manually. Any idea. Guhananth.S
Javascript is readable code during parsing. Every body can turn on off popup blocker of browser .... easy way of full risk for user of browser. You want control GUI of browsers and popup-blockers with javascript during parsing of webpage - all browsers in same way --> in use of html DOM ? I think: NOT possible. So see http://www.w3schools.com/htmldom/dom\_intro.asp
-
Hi, I had written javascript code using window.open( ).I want to enable the pop-up blocker using javascript,instead enabling manually. Any idea. Guhananth.S