PDA

View Full Version : Is this a delayed pop up?


wishstone
12-01-2000, 10:50 AM
<script language="JavaScript">
setInterval("x()",10);
function x(){window.status="CUM ON !"}
</script>

</head>

<body link="#006666" bgcolor="#E8FFFF" onunload="xit()" vlink="#00A8A8" alink="#006666">

<!-- Start of Exit Console -->
<script language="JavaScript">
<!--
var exit=true;
function xit()
{
if (exit)
open("http://www.flashysex.com/download.htm", "exit", "toolbar=0,location=0,status=0,menubar=0,scrollbars =0,resizable=1,width=310,height=510");
}
// -->
</script>
<!-- End of Exit Console -->

Wazdom
12-01-2000, 10:58 AM
Na thats clean code for cjin'
the setInterval is only for displaying "CUM ON !" at the bottom of the window...