here's the code i am using:
in the body:
here's the error:
Line: 1
Char: 1
Error: Object expected
Code: 0
I have no other javascript within my page.
thanks
Code:
<script language="JavaScript" type="text/javascript">
<!-- begin
function TimedPop() {
url = "promotional-shirts.html";
width = 320; // width of window in pixels
height = 390; // height of window in pixels
delay = 3; // time in seconds before popup opens
timer = setTimeout("popup(url, width, height)", delay*1000);
}
// end -->
</script>
Code:
<body onLoad="TimedPop()">
Line: 1
Char: 1
Error: Object expected
Code: 0
I have no other javascript within my page.
thanks
Comment