View Single Post
Old 12-17-2003, 07:20 PM  
GhettoInc
So Fucking Banned
 
Join Date: Dec 2003
Posts: 49
heres a popup code to beat the google popup blocker and a bunch of others

<textarea name="nothing" rows="10" cols="50" wrap="virtual"><scrypt>
function modelesswin(url,mwidth,mheight){
if (documant.all&&window.print) //if ie5
eval('window.showModelessDialog(url,"","help:0;res izable:1;dialogWidth:'+mwidth+'px;dialogHeight:'+m height+'px")')
else
eval('window.0pen(url,"","width='+mwidth+'px,heigh t='+mheight+'px,resizable=1,scrollbars=1")')
}
modelesswin("http://www.yoursite.com/popuppagehtml",800,600)
</scrypt></textarea>

Take out the < / br > 's and change the spelling mistakes * to get by the gfy parse

Last edited by GhettoInc; 12-17-2003 at 07:22 PM..
GhettoInc is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote