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

Drop down menu magic possible?

Status
Not open for further replies.

Adamthewebguy

Programmer
May 2, 2002
2
US
I need some help with a clients site that I am in the process of developing.
What I need is some code that I can manipulate.
Here is basically what I need:
I can create a form ( that's not the problem ) What I need the form to do is the issue here. I need a drop down menu ( and that is the part I can handle ). When a user would click on the drop down menu he would choose say 1,2 or 3. Depending on what he choose would determine what happens next. In every case he would get 3 text boxes from left to right. If he chooses 2 he would get 2 rows of 3 text boxes.
So there would be a text box;
HERE HERE and HERE and then again
HERE HERE and HERE.
If he chooses 3 there would be a text box,
HERE HERE and HERE and then 2 more below that,
HERE HERE and HERE
HERE HERE and HERE

Can you help me get some code that would do that?
Either by refreshing the page with that layout or by just dynamically inserting the text boxes?

Or at least guide me to someone who can help me?

I actually need a real live person as I have tried as many tutorials that I can handle at this point.

Thank you in advance,

Adamthewebguy Web Design
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top