|
-
How to validate combo boxes?
Please help me out with this problem. Everything else has been working perfectly except when it comes to validating combo boxes.
This is part of the code:
if (meet_first.text == "" || meet_last.text == "" || meet_email.text == "" || meet_thetime.text == "" || meet_month.getselectedItem() == "" || meet_day.getselectedItem(0) == "" || meet_ampm.getselectedItem() == "" || meet_reason.text == "")
{
result_meet.gotoAndPlay("go");
result_meet.myresult.text = "Fields with (*) must be filled.";
}
Am I using the correct properties?
Any help would be very appreciated.
* mussicc
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
|