Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: RE: asp_web_howto digest: April 16, 2001


Message #1 by "Bratton, Ruth" <rubratton@d...> on Tue, 17 Apr 2001 09:22:15 -0400
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


  Return to Index