Tarayıcılara yakalanmayan popup kodu
Tarayıcılara yakalanmayan popup kodu buyrun
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="<a>http://www.w3.org/1999/xhtml</a>"> <head> <meta http-equiv="<a>Content-Type</a>" content="<a>text/html; charset=utf-8</a>" /> <title>Untitled Document</title> <script src="<a href="view-source:http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js</a>"></script> <SCRIPT TYPE="<a>text/javascript</a>"> <!-- function popup(mylink, windowname) { if (! window.focus)return true; var href; if (typeof(mylink) == 'string') href=mylink; else href=mylink.href; window.open(href, windowname, 'type=fullWindow,fullscreen,scrollbars=yes'); return false; } //--> </SCRIPT> <!-- <script language="javascript"> timer=setTimeout("window.open('http://www.gncz.net','','type=fullWindow,fullscreen,scrollbars=yes')",1000) --> </script> </head> <body onLoad="<a>popup('http://www.gncz.net', 'ad')</a>"> </body> </html> |