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 64bit SQL 2005 Express CLR Install Mystery
Dell's Unified Server Configurator - To Use It or Not
Slow powershell script....any way to speed it up?
Hard Drive Partitiion
if column empty
Unable to install Office 2007
Database icon with "Group similar taskbar buttons"
DPM 2010
Primvera P6 ODBC Connections
Install PHP on Apache with AIX OS