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
Windows 2003 SBS locks up during full scan of Malwarebytes.
How to graph a fixed line vs individual days data in Excel
downloading image in asp.net vb
Secondary BIND can't get update from primary
Excel VBA no matter what column I'm in, select the cell in row 5
How to compact WSS databases with SQL Express
remove record from SQL database
Creating a list for a calculated field from a related table
SSRS Jump to Report
Crystal Reports in C# App built on 32 bit Windows throws error on 64 bit Windows