links to pages within frames...

liunx

Guest
I am creating a recruitment website and I would like to have a feature similar to that of forums whereas a link can be sent to someone via email, and when clicked it takes you to the relevant page. This is not a problem with single pages, but is it possible to direct someone to the correct location when the site is setup in FRAMES. I cannot work it out as the content of the frameset is obviously continuously changing, but the address remains the same.<br />
I have a feeling that there is no way around this and that the best thing to do would be to redesign the site without the frameset.<br />
If anyone has any good ideas, I would be grateful to hear them.<br />
<br />
Rob.<!--content-->You could do this with Server-Side scripting (such as ASP, PHP, Coldfusion). However, by far and away the best solution is not to use frames (they are not very popular).<!--content-->You may be able to do this javascript as well but unfortunately I don't know enough about javascript to say whether or not it supports data being passed using the HTTP GET or POST methods.<!--content-->You could do 2 things when using the tell-a-friend form:<br />
1. Add a link to the revelant page<br />
2. Add a link to the main site<br />
<br />
Tell-a-friend:<br />
- remotely-hosted: <!-- m --><a class="postlink" href="http://www.bravenet.com/samples/announcer.php">http://www.bravenet.com/samples/announcer.php</a><!-- m --> <br />
- d/l script: <!-- w --><a class="postlink" href="http://www.hotscripts.com">www.hotscripts.com</a><!-- w --><!--content-->
 
Back
Top