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
|