
passing a form field value from a page to a frame's page
in the frameset, use something like
<frame name="mainFrame" src="GeneraliUdPage5.asp?id=<%=Request('id')%>">
Didier
Quote:
> Hello,
> I can pass a form's field value from page1.asp to page2.asp with calling
the
> ASP "String(Request('aField'))" function. -> Ok.
> But my problem is:
> how to pass a form's field value from page1.asp to page3.asp accepted that
> page3.asp is a frame of page2.asp?
> Thank's for your help.
> Didier