It might help if I could see the complete function -----Original Message----- From: Tsiris Alexandros [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 8:29 AM To: ActiveServerPages Subject: RE: radio button Q
> well you can set the disabled dynamically > > like this > > <input type="radio" id="radioID1" > <% if rs.1 = "x" then %> > disabled > <% end if %> > > Thanks Dylan! Since inside the function I am calling, the condition is already met, I dont need the IF statement. So, I am using this based on your example: <input type="radio" id="radioID1" disabled> and I get an error: Expected statement Thanks! Alexander --- 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]
