Jump to content

help to me..urgent about popup blocker


supraja

Recommended Posts

You should be able to tell if there is a popup blocker by testing for your newly created window.
var x = window.open( ... );if(!x) {	alert("Popup window was blocked.");}

i tried..it opens new window even popupblocker enable.. i want to disply one alert without opening new window.. whether popup blocker is enable or not in IE using javascript
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...