|
Home > Archive > IIS ASP > April 2005 > Passing variable to frame page
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Passing variable to frame page
|
|
|
| I have a question.
Is it possible to send a variable through a hyperlink, to a frames page, and have all 3 pages in the frame pick up the variable using the request.querystring ?
In other words, I click on a link that has ?id=2 lets say.. it goes to a
page called umm say index.asp the index page has a top, main, and a left.
how do i get each one of those to receive the variable, when i can only send
it to one page? or is it possible to send it to more than one page, but only
travel to one page? so the link looks like index.asp?id=<%=var%>
i hope this makes sense.
thanks
jeff
-----------------------------
This message is posted by http://asp.forumszone.com
| |
| Curt_C [MVP] 2005-03-23, 6:09 pm |
| You would have to have the page that builds the frameset pass it in the URLs
when it builds the frames.
--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jeff" <bam@gig-golf.com> wrote in message
news:158876265794067@asp.forumszone.com...
>I have a question.
>
> Is it possible to send a variable through a hyperlink, to a frames page,
> and have all 3 pages in the frame pick up the variable using the
> request.querystring ?
>
> In other words, I click on a link that has ?id=2 lets say.. it goes to a
> page called umm say index.asp the index page has a top, main, and a left.
> how do i get each one of those to receive the variable, when i can only
> send
> it to one page? or is it possible to send it to more than one page, but
> only
> travel to one page? so the link looks like index.asp?id=<%=var%>
>
> i hope this makes sense.
> thanks
> jeff
>
> -----------------------------
> This message is posted by http://asp.forumszone.com
>
| |
| Kyle Peterson 2005-04-30, 2:57 am |
| http://www.powerasp.com/content/hin.../asp-frames.asp
"Jeff" <bam@gig-golf.com> wrote in message
news:158876265794067@asp.forumszone.com...
>I have a question.
>
> Is it possible to send a variable through a hyperlink, to a frames page,
> and have all 3 pages in the frame pick up the variable using the
> request.querystring ?
>
> In other words, I click on a link that has ?id=2 lets say.. it goes to a
> page called umm say index.asp the index page has a top, main, and a left.
> how do i get each one of those to receive the variable, when i can only
> send
> it to one page? or is it possible to send it to more than one page, but
> only
> travel to one page? so the link looks like index.asp?id=<%=var%>
>
> i hope this makes sense.
> thanks
> jeff
>
> -----------------------------
> This message is posted by http://asp.forumszone.com
>
|
|
|
|
|