I'm looking to create a form on a page that dynamically changes
according to the user's choices so the the user is not overwhelmed by
the amount of information all at once.
For example:
The user is initially given a choice between 3 different plan types
using a list/menu item. Until the user makes a selection, nothing else
is on the page. When the user makes the selection, another list item
appears below the first.
The last time I looked at this type of problem, the answer was not easy
to implement because both browsers I want to support, (Netscape and
Explorer), used a completely different method of accomplishing this feat.
All suggestions would be greatly appreciated.
Thanks in advance,
Rusty
according to the user's choices so the the user is not overwhelmed by
the amount of information all at once.
For example:
The user is initially given a choice between 3 different plan types
using a list/menu item. Until the user makes a selection, nothing else
is on the page. When the user makes the selection, another list item
appears below the first.
The last time I looked at this type of problem, the answer was not easy
to implement because both browsers I want to support, (Netscape and
Explorer), used a completely different method of accomplishing this feat.
All suggestions would be greatly appreciated.
Thanks in advance,
Rusty
Comment