*i wanted to make a frameset with the frames set up like this:
it doesn't pass the querystringvalue to the querystring of the new page as i had hoped...can i use request.querystring there?Code:<frame name="main" src="Webform1.aspx?var=" & <%request.querystring("var")%>
is there any way i can read the parameters from the framesets querystring and directly use it in the querystring for one of the frames?
i really hope so.....


Reply With Quote