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