> I have two forms, and I just want to check if no value has been entered > in either form, and pop to tell the user to enter something! So I can't > do a required field in my validation because they can fill in one of > three fields or more in one form, but not the other.
Eric, While Charlie's getElementById code will probably work fine for what you are talking about, I'm a little confused about the two forms. Are these forms on the same page/frame? When you submit one, you would lose anything that was entered on the other, unless you do some onSubmit javascript to capture and pass that data through the form you are submitting...so validating on data that is going to be lost seems odd. Or are you just saying that these are two parts of the same form? -jim -- Jim Wright Wright Business Solutions [EMAIL PROTECTED] 919-417-2257 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239165 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

