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 you check if your hard drive (or SSD) are correctly aligned?
Comparing records of more than two excel documents
Exchange 2010 GAL not Updating
i have problem in c++ ofstream ?
need to display information with a scroll bar.
Who should change IP addresses pointing to MX records?
exchange, VPN, why and what impact...
migrating sbs2003 to a new sbs2008
Javascript for form
Menu And Toolbar Items in Visual Basic .net