|
-
Oct 27th, 2004, 11:19 PM
#1
Thread Starter
Member
Dropdown list validation
How to validate this kind of dropdown list? (on form submit)
The first list is empty...An alert message will popup if the list selected is empty...
<select name="bnRoom">
<option></option>
<option>MONDAY</option>
<option>TUESDAY</option>
<option>WEDNESDAY</option>
<option>THURSDAY</option>
<option>FRIDAY</option>
</select>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|