Popup Blockers
February 10, 2007 12:00 AM
Test for popup blockers...I figured out what I was doing wrong. I was trying to put this code on the second page of my course. It has to be on the first page (duh, window.open). You will need 2 HTML external pieces for this - added to the same page.Oject Name Popup MessageObject Type OtherCustom HTMLandOject Name Popup TestObject Type Header ScriptingCustom HTML (leave out tags from code in message above) var mine = window.open('','','width=1,height=1,left=0,top=0,scrollbars= no'); if(mine) var popUpsBlocked = false else var popUpsBlocked = true mine.close()Edited By: MelSharma1 on 2007-2-20 17:44:45
Discussions have been disabled for this post