Hi
I know how to validate or set required for any textfield in Dreamweaver.
but I couldnt find a validate or set required for LIST or DROPDOWN menu
can anybody tell me please how can I do that with JavaScript?
Moderators: macek, egami, gesf

<script 1language="javascript">
function validate_select()
{
.... //make validations.. here using DOM
}
</script>
<select name=... onchange="validate_select();">
....
..
</select>
Users browsing this forum: No registered users and 1 guest