Passing Parameter to Email Form.

Is it possible to pass a parameter to a hidden field in an email form using
the hyperlink URL? If so would you be kind enough to provide a sample of the
code? Thanks in advance.
--
Charles Joseph
Silk Purse Productions
cmj [ Mi, 16 April 2008 18:19 ] [ ID #1943572 ]

Re: Passing Parameter to Email Form.

If using ASP, then you can do the following:

formname.asp?content="value to pass"

then on the form you would do:

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

If using the FP Form Handler, you will need to do this with JavaScript, and somebody else will have
to provide the how.
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================


"Max" <cmj [at] silkpurseproductions.comNOSPAM> wrote in message
news:C50BBA37-5610-4D08-AD31-A9ACD3019C3C [at] microsoft.com...
> Is it possible to pass a parameter to a hidden field in an email form using
> the hyperlink URL? If so would you be kind enough to provide a sample of the
> code? Thanks in advance.
> --
> Charles Joseph
> Silk Purse Productions
tarowe [ Mi, 16 April 2008 20:15 ] [ ID #1943581 ]
Microsoft » microsoft.public.frontpage.client » Passing Parameter to Email Form.

Vorheriges Thema: Frontpage Background Colour - Fill Gradiant
Nächstes Thema: Frontpage Gradient Fill Effect on Background colour