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
toggle hide/show several similar css classes on web page
RDLC and syntax help needed
Error auto sensing primary master hard disk drive
Continuous Data Protection Recommendations
Access Multiselect Listbox code
latebinding Windows Script Host Object
Pasting values in VBA with a single double quote - Excel
.net Windows Service - access to folder on LAN is denied
SQL server 2008 query with grouping
mySQL join query how do I write