HTML - casilla dev verificacion

 
Vista:

casilla dev verificacion

Publicado por HELENITA (1 intervención) el 14/02/2008 20:27:02
hola, quiero poner una casilla de confirmación en mi web (es para el leo y acepto las condiciones de uso), lo que quiero es que mientras el usuario no marque esa casilla no se envie el formulario y si pulsa enviar sin tener marcada la casilla, sería la leche que saliese un aviso en plan "debes leer y aceptar las condiciones de uso". Bueno, pues lo he intentado y a pesar de insertar el código me deja enviar igual el formulario. ¿Me podéis ayudar por favor?
El código que tengo es este:
<html>
<head>
<title>Formulario · nombrededominio</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.todo { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font face="Verdana">
<TABLE width="565px" cellpadding="10" cellspacing="0" border="1" class="todo" bgcolor="#E5E5E5" bordercolor="#FFFFFF">
<TR>
<TD colspan="2" height="25">Los campos marcados con '*' son obligatorios.</TD>
</TR>
<form action="https://gestiondecuenta.com/php/formulario/check.php" method="GET"><tr>
<td>* Nombre</td>
<td><input type="text" name="Nombre" class="todo"></td>
</tr><tr>
<td>* Apellidos</td>
<td><input type="text" name="Apellidos" class="todo"></td>
</tr><tr>
<td>* E-mail</td>
<td><input type="text" name="E-mail" class="todo"></td>
</tr><tr>
<td>* Comentario</td>
<td><br><TEXTAREA name="Comentario" rows="8" cols="50" class="todo"></TEXTAREA></td>
</tr><tr>
<td colspan="2">
<input type="hidden" name="asunto" value="Envio formulario desde nombrededominio">
<input type="hidden" name="redirigir" value="http://www.nombrededominio/gracias.html">
<input type="hidden" name="recipe" value="direcciondecorreo">
<input type="hidden" name="required" value="Nombre;Apellidos;E-mail;Comentario">
<input type="hidden" name="dominio" value="nombrededominio">
<input type="hidden" name="from" value="">
<input type="hidden" name="gdc_directorio_base" value="/home/gdc3/www/">
<INPUT TYPE="SUBMIT" value="Enviar" class="todo">
</td>
</tr>
</form>
</TABLE>
</font>
</body>
</html>
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:casilla dev verificacion

Publicado por Iker (1 intervención) el 03/12/2008 19:43:44
</STRONG>
<P></P>
<P align=center><STRONG><FONT color=#6699ff></FONT></STRONG></P>
<P align=center><STRONG><FONT color=#ff00ff></P>
<DIV align=center>
<DIV style="BORDER-RIGHT: #6666ff 3px dashed; BORDER-TOP: #000000 3px dashed; SCROLLBAR-FACE-COLOR: #cc00cc; SCROLLBAR-HIGHLIGHT-COLOR: #cce9fd; OVERFLOW: scroll; BORDER-LEFT: #000000 3px dashed; WIDTH: 193px; SCROLLBAR-SHADOW-COLOR: #ffbbf1; COLOR: #ff88e7; SCROLLBAR-3DLIGHT-COLOR: #ddaaff; SCROLLBAR-ARROW-COLOR: #b444ff; BORDER-BOTTOM: #000000 3px dashed; SCROLLBAR-DARKSHADOW-COLOR: #333366; HEIGHT: 220px; BACKGROUND-COLOR: #00000f" align=center>
<P> iKeR! </P></DIV></DIV>
<DIV align=center>
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar