Pop-Up Blocker detetcion scirpt not detetcing win XP & win 2003

Hi!! im using the below script to detect if pop-up blocker is enable or disables..IT doesnot work in win xp .Can anyone help me fix this propble asap
thanks




result = window.open("about:blank", "", "width=10, height=10, location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=no");
if (result != null) html = "is not blocking";
else html = "is blocking";
document.write(html);

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories