ok here's my script, but first goto my site www.sharabash.com/zudo to see the error i get
This is a pop ad that's suppose to keep on opening till you click on the link
<?php
$call = "<body onunLoad='function popup(ad.php)';>";
?>
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
<!-- Thanks to Nic Wolfe http://fineline.xs.mw -->
<!-- Begin
function popup(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=500,left = 262,top = 134');");
}
// End -->
</script>
</head>
<body bgcolor=black>
<font color=66ff00>
<h2>Goto the how to make a webpage site
Click <a href="http://www.sharabash.com/zudo/index2.html" target="new" onclick="<?php $func = "true" ?>; reload()">here</a>
</h2>
</font>
<?php
if($func = 'false') echo"$call";
?>
</body>
</html>