Search tutorials
If you want to use this on a flash movie then use the following code:
on (release) { getURL ("javascript:open_window()"); }To open this automatically after a certain number of seconds, you need to put the following code in the 'head' tags of the 'index' page:
<%lt%> meta http-equiv="refresh" content="1;URL=test.html"<%gt%>
"1: is the number of seconds before it forwards and 'home.html is the page it opens.
Then you need to put the following code in the 'body' of the 'index' page:
<%lt%>body bgcolor="#333333" onLoad="javascript:open_window()"<%gt%>That's it!!! Hope that was useful. If you need any help with it feel free to E-mail me: Adam Thomas.
» Level Intermediate |
Added: 2002-09-19 Rating: 7 Votes: 15 |
» Author |
Adam Thomas a.k.a. ad_mtk2 ad_mtk2@hotmail.com http://adland.united.net.kg |
» Download |
Download the files used in this tutorial. |
Download (3 kb) |
» Forums |
More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.
Comments
There are no comments yet. Be the first to comment!