Debt Consolidation - Travel news - Insurance Articles Directory - Debt Consolidation - Winunited Bonuses

PDA

View Full Version : drop-down menu problems


davthewav
Aug 14th 2007, 10:55 am
hi can someone help me with a javascript code i need?

i'm want to get a drop-down menu where i have a number of options to chose from(say 5) i want to pick 1 of these options and then have that option sent to a text box(on the same page) then i would pick another option from the drop-down and that pick would be sent to another text box(below the first text box).
i'm a very very beginner at this so my knowledge is almost nil on this......
i would love to hear from someone...and appriciate the help.
thanks.

frankcow
Aug 14th 2007, 11:07 am
assuming the text box is named text1 and the form is form1, you could simply add this to the select tag:

onchange="document.form1.text1.value=this.value"

sharry
Aug 20th 2007, 7:26 am
ive a working script on this problem jus pm i cant post entire thing here

davthewav
Aug 21st 2007, 2:52 am
hi there!

couldnt understand your message......
what must i do again

thanks for helping me

dav

roscor
Aug 21st 2007, 4:42 am
I have developed a 3 tier dropdown list which populates the next dropdown. I developed this from
http://www.dynamicdrive.com/dynamicindex16/chainedselects/index.htm

I may give you some ideas to develop your own!