I'm trying to work out how to trigger my _javascript_ within a select box:
<cfform name="the_form">
<tr height="12" valign="top">
<td align="left"><cfselect name="PropertyDataHouseType" class="#SMSformStyle1#">
<option value="forsale" Sale</option>
<option value="forrent" Rent</option>
<option value="forlease" Lease</option>
</cfselect></td>
<td align="left"> </td>
<td align="left"> </td>
</tr>
</cfform>
I've tried all types like onMouseOut, OnChange, onClick, does anyone know what i should be using? It's setting off a script to show the appropriate DIV.
Thanks,
Stuart
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

