Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can you add portions to a page

Status
Not open for further replies.

49er

Programmer
Aug 24, 2000
38
US
Is there a way to dynamically add to an existing page based on user choices. For example, a select box is initially shown with 3 choices. Based on the choice the user makes, a second select box appears on the page and so on, so that it appears that the page is being "created as you go." Thanks for any replies and have a good holiday!
 
There are many ways to do this, and many problems doing it, depending on the browsers you must support. Which browsers are you going to support. One way, that with lots of annoying work, will function in all 4+ browsers, would be to use hidden layers and show and hide them as you go along.

Just let us know which browsers, and I'll see if I can help.

Also, two good sites to start learning at are:
and jared@aauser.com
 
Well, by your tone it sounds like this might be a path better not travelled. However, I would like to be compatible with IE4 and Netscape 4 (and higher). Thanks.
 
just check out those two sites I gave you, they have code that should help. jared@aauser.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top