alguém tem uma ideia de como fazer isso.
CÓDIGO
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form name="form1" method="post" action="check2.asp">
<input name="vai" type="checkbox" id="vai" value=".com.br" <% If request("vai")=".com.br" Then Response.Write("checked")%>>
<br>
<input name="vai" type="checkbox" id="vai" value=".com" <% If request("vai")=".com" Then Response.Write("checked")%>>
<br>
<input name="vai" type="checkbox" id="vai" value=".net" <% If request("vai")=".net" Then Response.Write("checked")%>>
<br>
<input name="vai" type="checkbox" id="vai" value=".org" <% If request("vai")=".org" Then Response.Write("checked")%>>
<br>
<input type="submit" name="Submit" value="Submit">
</form>
</body>
</html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form name="form1" method="post" action="check2.asp">
<input name="vai" type="checkbox" id="vai" value=".com.br" <% If request("vai")=".com.br" Then Response.Write("checked")%>>
<br>
<input name="vai" type="checkbox" id="vai" value=".com" <% If request("vai")=".com" Then Response.Write("checked")%>>
<br>
<input name="vai" type="checkbox" id="vai" value=".net" <% If request("vai")=".net" Then Response.Write("checked")%>>
<br>
<input name="vai" type="checkbox" id="vai" value=".org" <% If request("vai")=".org" Then Response.Write("checked")%>>
<br>
<input type="submit" name="Submit" value="Submit">
</form>
</body>
</html>

Help














