Microsoft
Software
Hardware
Network
Question : dropdown menu without submit button
want to update page when user
uses dropdown menu
do not want submit button
can not change this line
<form id="xyz">
<form id="xyz">
<select>
<option>Paint</option>
<option>Brushes</option>
<option>Erasers</option>
</select>
</form>
Answer : dropdown menu without submit button
You can use the onchange event
onchange="selectfunction(t
his.option
s[this.sel
ectedIndex
].value)"
And then pass it to the javascript function "selectfunction(var mystring)"
Random Solutions
Help me optimize this code.
passing random values
What is the most effeicient way to get a user radio button selection with the GroupName attribute?
Changing Servers in a domain environment
Windows XP administrator remote acces - how to forbid?
Install windows server 2008 DVD on dell PE 2950 that has only a CD-Rom?
Holiday Table: REDUX
How do I hide the Start button and keep a black screen until after a startup program launches
jquery datepicker sending current date if input empty
Find string in Excel cell between two characters