Pop up blocker in Windows XP Home

G

Guest

I have a sample html page that opens a new window
Also a piece of code is written that checks if pop up blocker is enabled or
not
while opening this window
if pop up blocker is enabled, the user is shown with an alert else allowed
to open th ewindow.

I try to test this on a Windows XP Home edition and it does not open the
window irrespective of whether the pop up blocker is enabled or not
the pop up blocker used is google
am i doing anything wrong, please help me out .
 
G

Guest

Is the html correct? I don't use pop ups in my pages because they completely
annoy everyone but I did try it once.

try this:

<FORM>
<INPUT type="button" value="New Window!"
onClick="window.open('http://www.pageresource.com/jscript/jex5.htm','mywindow','width=400,height=200')">
</FORM>

Or go here and scroll down to the New Window button. If it opens, there is
something wrong with your sample page. If you have SP2 you will get a warning
message about running Active X. Just click on Allow.

http://www.pageresource.com/jscript/jwinopen.htm

Good luck.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top