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
Remove a tag but leave the text
Need help for create csv ?
undocumented traces
Displaying SPANS to simulate tb-lr rather than the normal lr-tb way of displaying things.
Adjust Excel document to where it totals a column using Microsoft Access VBA?
SBS 2008 Group Policies not applied
error message ORA-01691
gridview on row data bound
Topper not displaying as transparent
strip html tags except <b></b> and <br /><br>