Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/08/2011, 12:16
thedarking
 
Fecha de Ingreso: julio-2011
Ubicación: Argentina
Mensajes: 38
Antigüedad: 12 años, 9 meses
Puntos: 0
Pregunta Error CheckBox

Hola!

como hago para el opc solo seleccione 1 solo...xq se selecciona 2 y yo solo kiero q se seleccione 1

aca esta el html:
Código HTML:
<html>
<body>
<br><center>Formulario(Env&iacute;o de MP)</center></br>
<form action="insertar-registro.php" method="POST">
			
			Mensaje:<textarea name="mensaje" cols="30" rows="3"></textarea><p>
			
			Selecci&oacute;n:	<input name="col" type="radio" value="si"/>	si				&nbsp;&nbsp;
								<input name="col" type="radio" value="no" checked/>	no		&nbsp;&nbsp;
								<input name="col" type="radio" value="nose"/>	nose		&nbsp;&nbsp;<p>
			
			Opci&oacute;n:		<input type="checkbox" name="opc" value="ok"/>OK</input>&nbsp;&nbsp;
								<input type="checkbox" name="opc" value="nada" checked/>Nada</input>&nbsp;&nbsp;<p>
			
			Tel&eacute;fono:	<input type="text" name="telefono">Acu&eacute;rdate de usar solo n&uacute;meros<p>
			
			E-Mail:				<input type="text" name="email"><p>
<input name="enviar" type="submit" value="enviar">
<input type="reset" name="limpiar">
</form>

</body>
</html> 
muchas gracias :D