asp_web_howto thread: RE: asp_web_howto digest: April 16, 2001
Hari,
That works - thanks a lot!!
Ruth
-----Original Message-----
From: ASP Web HowTo digest [mailto:asp_web_howto@p...]
Subject: Re: Radio Button doesn't work in IE5 on a Mac
From: "Hariharan" <hariharan_m2001@r...>
Hi
Why don't u try this-
<INPUT NAME='DEL1' TYPE='Radio' Value='Del'>Del
================================
If request.form("DEL1")="Del" then
'do something
else
'do other thing
end if
================================
Regards,
Hari
|





