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
How do I increase the volume for iPhone system type sounds when my app starts?
How do I improve Stored Procedure execution from SSRS report?
Windows 7 installation - "no drives were found"
PowerEdge 1850 Will Not Boot
oracle query question
Multiple Selection buttons passing 2 variables
TSQL what is the cleanest way to generate a date format of YYYYMMDD
Terminal Server Microsoft Office 2003 upgrade to Office 2007
Open Office Text and python: extract text word by word
Stop excel from splitting imported text containing commas