Form pictures

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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?
 
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?
 

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

Back
Top