Volte
11-28-2002, 10:35 AM
Hey Guys, I have two questions.
1. Is it posible to load a page, then have the page (when it's done loading) to transfer the users through a link, say, the 20th link on the page. And could you do it through frames?
2. If it is posible, how do you do it? Here is what i have so far:
<html>
<head><title>Transfer</title>
</head>
<body onLoad="go.window.location='go.window.links[20].href'">
<iframe name="go" frameborder="0" marginwidth="0" marginheight="0" hspace="0" vspace="0" id="go" width=700 height=800 src="http://www.anypage.withlinks.com"></iframe>
</body>
</html>
Thanks alot! :rolleyes: :confused:
1. Is it posible to load a page, then have the page (when it's done loading) to transfer the users through a link, say, the 20th link on the page. And could you do it through frames?
2. If it is posible, how do you do it? Here is what i have so far:
<html>
<head><title>Transfer</title>
</head>
<body onLoad="go.window.location='go.window.links[20].href'">
<iframe name="go" frameborder="0" marginwidth="0" marginheight="0" hspace="0" vspace="0" id="go" width=700 height=800 src="http://www.anypage.withlinks.com"></iframe>
</body>
</html>
Thanks alot! :rolleyes: :confused: