Guest_imported
New member
- Jan 1, 1970
- 0
i have a 'default.htm' this has a frame in it
<iframe src=strFrameDoc>
basicall i want to open this default.htm and have it know what i want to put as the variable strFrameDoc.
I know i can pass an asp page values using a querystring
for instance if the request for the webpage was
c:\default.asp?frameHtmldoc=d:\message123.htm
i could then use Response.QueryString to get the d:\message123.htm
how do i accomplish the same task using client side scripting??? i have tried to user Document.URL but this doesnt give me the stuff after the '?'
any advice would be great
regards,
richard
<iframe src=strFrameDoc>
basicall i want to open this default.htm and have it know what i want to put as the variable strFrameDoc.
I know i can pass an asp page values using a querystring
for instance if the request for the webpage was
c:\default.asp?frameHtmldoc=d:\message123.htm
i could then use Response.QueryString to get the d:\message123.htm
how do i accomplish the same task using client side scripting??? i have tried to user Document.URL but this doesnt give me the stuff after the '?'
any advice would be great
regards,
richard