inserting an image file based on form results

C

cellnorth

I've got a hard one.
In a form I have a drop down box with 10 choices. on the confirmation page
of the order I would like the picture displayed next to the item chosen in
the form.

How would I approach this?
 
T

Thomas A. Rowe

This is easy to accomplish if you can use a database and write whatever server-side scripting is
supported by your web host to process the form and then redirect to a custom confirmation page. FP
has no direct functions to accomplish this.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Top