Passing Parameter to Email Form.

Passing Parameter to Email Form.

am 16.04.2008 18:19:02 von cmj

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

Re: Passing Parameter to Email Form.

am 16.04.2008 20:15:26 von tarowe

If using ASP, then you can do the following:

formname.asp?content="value to pass"

then on the form you would do:

">

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" wrote in message
news:C50BBA37-5610-4D08-AD31-A9ACD3019C3C@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