> 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 PROTECTED]

Reply via email to