JamesManke
Programmer
What I want to do is have it so when you select a color in the form, it automatically changes the field "color_change" without refreshing the page.
Here is the code if you would like to alter it and post back.
Thanks
<table>
<tr>
<td name="color_change" id="color_change">Show Color Name Here</td>
</tr>
<tr>
<td>
<select name="colors" onmousedown="???">
<option value="Red">Red</option>
<option value="Green">Green</option>
<option value="Blue">Blue</option>
</select>
</td>
</tr>
</table>
Here is the code if you would like to alter it and post back.
Thanks
<table>
<tr>
<td name="color_change" id="color_change">Show Color Name Here</td>
</tr>
<tr>
<td>
<select name="colors" onmousedown="???">
<option value="Red">Red</option>
<option value="Green">Green</option>
<option value="Blue">Blue</option>
</select>
</td>
</tr>
</table>