Forum Moderators: open
<frameset ...>
<frame src="page.asp?<%=Request.QueryString%>" ...>
...
</frameset>
I've stripped the HTML out to keep it simple but you should get the idea.
This way, when the browser requests each page for your frames it'll send up the QueryString to the server.