How do I check whether a certain value is checked off on a radio button?
The group name is "send". The value I want checked is whether it is "sendemail". If it is I want an alert to ask that the subject is required.
Thx.
Robert O.
Here is part of what I have so far:
if((form.send.value).checked && (trim(form.subject.value).length == 0))
{
alert("Email subject is required.");
return false;
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]
Click Here

Reply via email to