frames page link

liunx

Guest
how would i create a link that takes a user to a site that uses frames, and display a certain page in a certain frame?<br />
<br />
for example:<br />
a user see's one of my doorway pages on a search engine, and clicks the following link.<br />
"click here for coffee cups" takes a user to <!-- w --><a class="postlink" href="http://www.whateversite.com">www.whateversite.com</a><!-- w --> and displays coffecups.htm in the content frame.<br />
<br />
Is this possible?<!--content-->To do so, you could try this:<br />
<br />
on your doorway page, have<br />
<html><br />
<head><br />
some stuff here<br />
</head><br />
<body><br />
some more stuff<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"url of frames page" target="_top"><br />
more stuff here<br />
</body><br />
</html><br />
<br />
and then, on your frames page, have:<br />
<html><br />
<frameset cols="whateva"><br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"here, put the url of the page you want to see from the link on your doorway page"><br />
<frame src=http://www.webdeveloper.com/forum/archive/index.php/"anotha frame"><br />
more frames<br />
</frameset><br />
</html><br />
<br />
i dont know if thats what you wanted...but try it out if ya want<br />
<br />
|:|:| )(aTaKu_(\)aKuSuTe |:|:|<br />
<br />
)(aTaKu.TK (<!-- m --><a class="postlink" href="http://www.xataku.tk/">http://www.xataku.tk/</a><!-- m -->)<!--content-->won't that show the same content from no matter which doorway page directs them to the site?<!--content-->
 
Back
Top