Hello,

Is it possible to pull values from FP confirmation page's confirmation
fields to ASP page?

Obviously the following program codes listed below would not work on a
asp page, but you can see what I am trying to do:

<%=Request.Form("<!--webbot bot="ConfirmationField" S-Field="Email"
-->")%>

Re: Pulling values from FP's "ConfirmationField" to ASP by Thomas

Thomas
Thu Aug 24 10:04:31 CDT 2006

No. You would have to process the form data on a confirmation page written in ASP/VBScript

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


"Beefminator" <jkesselring@cfl.rr.com> wrote in message
news:1156431416.078638.80630@74g2000cwt.googlegroups.com...
> Hello,
>
> Is it possible to pull values from FP confirmation page's confirmation
> fields to ASP page?
>
> Obviously the following program codes listed below would not work on a
> asp page, but you can see what I am trying to do:
>
> <%=Request.Form("<!--webbot bot="ConfirmationField" S-Field="Email"
> -->")%>
>



Re: Pulling values from FP's "ConfirmationField" to ASP by Beefminator

Beefminator
Thu Aug 24 11:06:57 CDT 2006

Thanks Tom,

I am looking for a simple, free ASP code for file upload. Do you know
any easy and simple ASP code that I can grab?

Thanks,
Jason


Re: Pulling values from FP's "ConfirmationField" to ASP by Thomas

Thomas
Thu Aug 24 11:26:33 CDT 2006

See:
http://www.asp101.com/articles/jacob/scriptupload.asp

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


"Beefminator" <jkesselring@cfl.rr.com> wrote in message
news:1156435617.187402.198110@74g2000cwt.googlegroups.com...
> Thanks Tom,
>
> I am looking for a simple, free ASP code for file upload. Do you know
> any easy and simple ASP code that I can grab?
>
> Thanks,
> Jason
>