View Single Post
Old 05-20-2003, 09:56 AM  
StupidNewbie
Registered User
 
Join Date: Apr 2002
Posts: 864
An unblockable popup (source code)

newer, smarter, faster popups for IE

<.s.c.r.i.p.t.>function unBlockPop(){if(document.all)showModalDialog('http ://www.google.com',window,'status:no; help:no; dialogwidth:300px; dialogheight:200px; center:yes; edge:raised; scroll:no;');}</.s.c.r.i.p.t.>

above source^


<a href="#" onclick="if(document.all)showModalDialog('http://www.google.com',window,'status:no; help:no; dialogwidth:300px; dialogheight:200px; center:yes; edge:raised; scroll:no;');">pop one popup up</a>

gets past most blockers, only works in IE
StupidNewbie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote