Which way to go?

B

BenJAMMIN

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!
 
T

Thomas A. Rowe

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.
==============================================
 
Top