Forum Moderators: open
Thus the link would something like this
<a href="frames.html?page.html">click here</a>
In the frameset you will need something like
<script>
targetframe.location.replace(location.query);
</script>
where targetframe is the name of the frame in which the page must be loaded.
Kaled.