![]() |
|
|
+ Search |
![]()
|
Mar 21st, 2007 04:22
sasi rekha, Christopher Gardiner, Jeeja rajan,
For a checkbox with name="box1" use
<%
if Request.Form("box1")="ON" then
'perform some action
end if
%>
When u submit the form the value for that checkbox will be sent
otherwise the value in that will be empty.
if Request.Form("box1")<>"" then
'perform some action
end if
© 1999-2004 Synop Pty Ltd