I could tell if I could see the function

-----Original Message-----
From: Tsiris Alexandros [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 15, 2002 9:16 AM
To: ActiveServerPages
Subject: RE: radio button Q


 
> if all you need to do is enable / disable on button at
> a time, just use the same premiss as I initially said,
> (but use disabled = false to re-enable the button:
> 
> 
> <input id=myRadio1 type=radio name=radio1
> onclick='myRadio2.disabled = true'>
> <input id=myRadio3 type=radio name=radio1
> onclick='myRadio2.disabled = false'>
> <input id=myRadio2 type=radio name=radio1>
> 
> otherwise, either try the method Dylan mentioned, or
> created a javascript function and call it from the
> each radio button:

Thanks.

They all sound good. The method Dylan gave sounds as the simplest,
except
for that error I get 'Expected statement'.
I wonder if it is because it's in a function?

 

---
You are currently subscribed to activeserverpages as:
[EMAIL PROTECTED]
To unsubscribe send a blank email to
%%email.unsub%%

---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to