http://www.whatever.com/test.asp?ID="12345"
Which would then automatically populate the hidden field (ID) with the value
12345.
Thanks!
<input type="hidden" name="ID" value="<%=Request.QueryString("ID")%>">
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
"Robert McClain" <Robert...@discussions.microsoft.com> wrote in message
news:F3148C57-4C08-46D2...@microsoft.com...
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/tutorials/aspnet/ec832ac7-6e4c-4ea8-81ab-7374d3da3425/wpf-and-the-model-view-vi.aspx
On the form page do the following:
<input type="hidden" name="ID" value="<%=Request.QueryString("ID")%>">
--
~ 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
"Tom Willett" <t...@youreadaisyifyoudo.com> wrote in message
news:eT%235VfUP...@TK2MSFTNGP02.phx.gbl...
Cheers,
Jon
"Tom Willett" <t...@youreadaisyifyoudo.com> wrote in message
news:OWXhjfUP...@TK2MSFTNGP02.phx.gbl...