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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic entry form created from a drop down

Status
Not open for further replies.

SilentCobra

Programmer
Jan 24, 2001
4
0
0
US
I am new to Javascript. I have an html form with several input boxes generated from fields selected from a database table. The page starts with a drop down box and depending on the selection I make I would like to only generate the particular data entry fields pertaining to this type.

For eg. The table contains information about different pieces of content such as an (image, a banner, news article, product info). If I select an image field the text boxes to enter info to would not be the same as the text boxes to enetr an article.

How do I code to only get the related text boxes?
 
i think you should do this stuff using server side language, but not thru javascript.. Victor
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top