SpiltBlood 0 Report post Posted August 7, 2004 where can i put scripts in my page for them to act when site is opened? such as a popup Share this post Link to post Share on other sites
outwarsecrets 0 Report post Posted August 7, 2004 depends on the script, but for a pop up its most likely in the <head> section Share this post Link to post Share on other sites
Spectre 0 Report post Posted August 7, 2004 Assuming you use JavaScript to pop-up ads or whatever, try in the 'onload' statement in the '<body>' tag, eg: <body bgcolor="x" text="x" onload="javascript:window.open('x');"> Share this post Link to post Share on other sites
X3r0X 0 Report post Posted August 7, 2004 i normally use scripts and chuck 'em in to the body section as it seems to work fine for me. Share this post Link to post Share on other sites
SpiltBlood 0 Report post Posted August 8, 2004 ok thanks alot guys Share this post Link to post Share on other sites