Feedback on: Dropdown Menus
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
I finally learned how to read values from drop down menus from this article. Thanks a bunch!
Worth:
Very worth reading
Comments:
I've tried onChange section and I couldn't make
alert window gone. It would be nice to make it
so reader can quit that window and go one to next section without end the task and start up again.
Worth:
Not worth reading
Comments:
This was junk - it told me nothing about how it worked - all this crap and no explanations. Waste of my time
Worth:
Very worth reading
Comments:
This is the most comprehensive site on Javascripting that I have come accross. I have been looking forever just to get the value of a what is contained in the selected index. Thanks for the great site. I have booked marked it and will come here first for all my other programming questions.
Sincerely,
Jamie Banfield
Worth:
Worth reading
Comments:
I tried "Accessing the selected option" example under Dropdown menus. But there's one problem. The URL's that needs to be displayed upon selecting the option from the dropdown has been give in the value parameter of option tag. But it doesn't go to the URL when submit button is clicked. Nothing happens. Can you advise why?? This is what is happening in Netscape.
In IE it gives an error msg "Object Required" (onclick attribute of form tag) when I try to submit the form.
Pls advise. Your help in this regard will be highly appreciated.
Thanks
Worth:
Very worth reading
Length:
Just right
Technical:
Too technical
Comments:
This article is great.....that is, up until the point where you introduce these lines of code:
var Current = document.formName.selectName.selectedIndex;
var currentText = document.formName.selectName.options[Current].text;
var currentValue = document.formName.selectName.options[Current].value;
There is no explaination as to what these codes mean or how to use and change them for your own purposes. Otherwise a very informative and helpful article.
Technical:
Not technical enough
Comments:
Dear Sir,
Hi, After going through your pages, I found out this information is not sufficent for me. Infact I was looking for 'Drop down menus ' like one you get in VB or VC or windows.
My question is 'Is it possible to create such menus ?' Please send me mail regarding that.
Yours faithfully
Sachin
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
Great piece of work, I have been searching for this for a long time. thanx
Worth:
Very worth reading
Length:
Technical:
Comments:
Thanks for the forms. This article helps me alot when I need good form example. Cheers!