Passing URL parameters to a FrontPage form..

  • Thread starter Thread starter Robert McClain
  • Start date Start date
On the form page do the following:

<input type="hidden" name="ID" value="<%=Request.QueryString("ID")%>">


--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
 
Thank you...it works perfectly!


Thomas A. Rowe said:
On the form page do the following:

<input type="hidden" name="ID" value="<%=Request.QueryString("ID")%>">


--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
 
Chances are that with a post over a year old, most likely the original
poster is not going to come back and see this. He would have no reason to.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage Since 1997
---------------------------
<Rod Voyce> wrote in message :I saw that maybe you learned how to do this but I can't see the reply of
Thomas - could you do me a favour and send it to me. BIG THANKS
:
:
:
: RobertMcClai wrote:
:
: Re: Passing URL parameters to a FrontPage form..
: 04-Aug-08
:
: Thank you...it works perfectly!
:
:
: "Thomas A. Rowe" wrote:
:
: EggHeadCafe - Software Developer Portal of Choice
: WPF And The Model View View Model Pattern
:
http://www.eggheadcafe.com/tutorial...b-7374d3da3425/wpf-and-the-model-view-vi.aspx
 
BTW, Thomas A. Rowe is no longer posting.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage Since 1997
---------------------------
<Rod Voyce> wrote in message :I saw that maybe you learned how to do this but I can't see the reply of
Thomas - could you do me a favour and send it to me. BIG THANKS
:
:
:
: RobertMcClai wrote:
:
: Re: Passing URL parameters to a FrontPage form..
: 04-Aug-08
:
: Thank you...it works perfectly!
:
:
: "Thomas A. Rowe" wrote:
:
: EggHeadCafe - Software Developer Portal of Choice
: WPF And The Model View View Model Pattern
:
http://www.eggheadcafe.com/tutorial...b-7374d3da3425/wpf-and-the-model-view-vi.aspx
 
I found Thomas' answer on Google Groups:

On the form page do the following:

<input type="hidden" name="ID" value="<%=Request.QueryString("ID")%>">


Here's the thread:
http://groups.google.com/group/micr...&q=Passing+URL+parameters+to+a+FrontPage+form




--

~ Kathleen Anderson
Microsoft MVP - Expression Web
Spider Web Woman Designs
Expression Web Resources: http://www.spiderwebwoman.com/xweb/
Expression Web Wiki: http://expression-web-wiki.com/
FrontPage Resources: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others
 
Back
Top