so how do i fix it? what do i need to do to get it to work?
thanks
User Profile
Collapse
-
i got the following in the <head> of my html page
...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,Leave a comment:
-
i don't understand. i thought since it's a function, all i have to do is call it in the <body> tag using "onLoad="TimedP op()">" because TimedPop is the name of the function that was place in the <head> tag.Leave a comment:
-
javascript error: Object expected
here's the code i am using:
...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);
No activity results to display
Show More
Leave a comment: