frames linking

liunx

Guest
i have main.html which consists of an iframe that points to menu.html and another iframe that points to home.html. <br />
<br />
I want to send an email to someone and link to main.html with one of the frames at menu.html and the other at rules.html<br />
<br />
get it? i didnt know how else to explain it.<br />
<br />
thanks<!--content-->Not going to be possible without actually changing the src of that frame. The best way to do that would be with a server side language. What scripting options do you have, you can use a query string to tell what page it is on and then mod the iframe src with that. Infact, you can probably do it with javascript the same way but I would not know how.<!--content-->
 
Back
Top