Imakuni? 3,546 Posts 21 Years Age 34 Oakland Ca Seen Dec 29, 2008 Aug 14, 2004 #1 is there an html/php code that stops popups from appearing on a site? i ask not for myself but for my friend...
is there an html/php code that stops popups from appearing on a site? i ask not for myself but for my friend...
Golden Groudon hi i'm golden groudon 681 Posts 21 Years Age 31 asia you moron Seen Nov 28, 2010 Aug 15, 2004 #2 Err..I think ther's one: Code: <!--Start killing Popups--> <script language='javascript'> NS_ActualOpen=window.open; function NS_NullWindow(){this.window;} function NS_NewOpen(url,nam,atr){return(new NS_NullWindow());} window.open=NS_NewOpen; </script> <!--End code for killing Popups--> I got it at marill's world so give them the credit. :)
Err..I think ther's one: Code: <!--Start killing Popups--> <script language='javascript'> NS_ActualOpen=window.open; function NS_NullWindow(){this.window;} function NS_NewOpen(url,nam,atr){return(new NS_NullWindow());} window.open=NS_NewOpen; </script> <!--End code for killing Popups--> I got it at marill's world so give them the credit. :)
PoKeSaFaRi Former PokemonSafari Webmaster 370 Posts 21 Years Age 39 Spain Seen Jan 4, 2017 Aug 15, 2004 #3 Just a warning about those kind of codes. If you use them on free host and they find out about it your friend's account at that free host could be closed and deleted straight away ... just a thought
Just a warning about those kind of codes. If you use them on free host and they find out about it your friend's account at that free host could be closed and deleted straight away ... just a thought
Golden Groudon hi i'm golden groudon 681 Posts 21 Years Age 31 asia you moron Seen Nov 28, 2010 Aug 15, 2004 #4 Yes some times you get in trouble like the <noframe> code for taking off the banners.
AZSupraT 1,361 Posts 21 Years Age 39 Seen Sep 27, 2009 Aug 15, 2004 #5 I used to use <noframes> when I was on a fre host...3 yrs ago