Form pictures

C

Crumbear

In FP2003, is there any way to associate a picture with each option in a drop down box in a form so that whatever option is selected, a picture of that selection is put at the bottom of the page so the customer can see it? The options in my form will be 'building' a final product, and I'd like to add pictures on the form so that one can see each material being used. Any ideas?
 
T

Thomas A. Rowe

This is not something that you can do directly with FP without a server-side script and database, as
each selection would have to make a request back to the server to retrieve the specific image.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Crumbear said:
In FP2003, is there any way to associate a picture with each option in a drop down box in a form
so that whatever option is selected, a picture of that selection is put at the bottom of the page so
the customer can see it? The options in my form will be 'building' a final product, and I'd like to
add pictures on the form so that one can see each material being used. Any ideas?
 
B

Bob Lehmann

You could use JavaScript to preload the images and then change the <img> src
based on what they selected.

Bob Lehmann

Crumbear said:
In FP2003, is there any way to associate a picture with each option in a
drop down box in a form so that whatever option is selected, a picture of
that selection is put at the bottom of the page so the customer can see it?
The options in my form will be 'building' a final product, and I'd like to
add pictures on the form so that one can see each material being used. Any
ideas?
 
Top