Which way to go?

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

Guest

If I want to create a web page that can do 2 things:

1. Have drop down boxes with choices via the Tab button
2. Have each of the choices on the drop down create an "If = this, display
box X" "If = this, display box"

So for example:
If the first box has 3 choices, and the choice A or B is selected, then the
next box will not appear until they pick A or B. If they pick option C, then
a different box will appear.

Does that make sense? And what does FrontPage/MS call this specific type of
form?

Thanks!
 
You can't do this directly with any of the FP component, you will either need to use custom written
JavaScript (client-side) or use a server-side script to process the form, such as ASP, PHP, etc.

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

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

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