I need the contents of a variable available on a confirmation page - How

E

Edwin Hannan

Hi All

I have some tracking code on the confirmation page and The tracking code has
some javascript variables, one of which needs to be assigned a value of the
clients email address (which is on the form that called the confirmation
page)

I have been told that Frontpage cannot do this ( I know that I can display
the clients email address in a confirmation field) and if not then I will
use a different mail form handler that was suggested to me previously.

Can anyone think of how I can do this simply? Can I save the email address
in a session cookie?? as I submit the form, then read it in when thre
confirmation form opens??? or call the form manually and send the data??
any one have any ideas

cheers

Ed
 
T

Thomas A. Rowe

As long as you are processing the form via the FP Form Handler you can not do this, you would have
to use a custom from handler based on whatever server-side scripting is supported by your web host
to accomplish.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
T

Thomas A. Rowe

Yes, ASP is server-side scripting. You will still have to write the custom ASP Form Handler to
process the form, etc.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
E

Edwin Hannan

Thanks Thomas

I think a purchase of SEND IT from the Jbots is in order here:)

cheers

Ed
 
T

Thomas A. Rowe

Send It is a CGI-Perl Script, check with your web host to see if CGI-Perl is supported

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
E

Edwin Hannan

I have just checked

yes - They do support CGI-Perl on both Windows and Linux based shared
hosting platforms.


so it is time for some fun:) I hope
--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top