Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/05/2008, 12:33
hemilioguerra
 
Fecha de Ingreso: enero-2008
Mensajes: 73
Antigüedad: 16 años, 3 meses
Puntos: 2
Re: Extraño: No se me activa casilla verificación

Código:
<body>
<p>&nbsp;</p>

<table width="554" border="0" align="center">
  <tr>
    <td width="3" height="27">&nbsp;</td>
    <td width="552" valign="top" background="fondowapo2.jpg"><p align="left" class="Estilo27 Estilo14 Estilo37"><span class="Estilo27 Estilo14 Estilo2">
        <?php
$archivo = "resultados.txt";
$abrir = fopen($archivo, "r");
$contenido = fread($abrir, filesize($archivo));
fclose($abrir);
?>
        <?php
echo $contenido; //aquí aparecen los comentarios
?>
      </span></p>
      <p align="center" class="Estilo27 Estilo14 Estilo37">&nbsp;</p>
      <hr color="#333333">
<form action="aresultados.php" method="post" name="form1" id="form1">
  <blockquote>
    <blockquote>
      <blockquote>
        <p align="left"><span class="Estilo35">Nombre</span></p>
        <p align="left">:
          <input type="text" name="nombre" id="nombre" maxlength="10">
        </p>
        <p align="left">&nbsp;</p>
      </blockquote>
      </blockquote>
    </blockquote>
  <div align="left">
    <blockquote>
      <blockquote>
        <blockquote>
          <p align="center">&nbsp;</p>
          <p align="left">&nbsp;</p>
        </blockquote>
      </blockquote>
    </blockquote>
    <p align="center" class="Estilo35">n&ordm;1 
      <input name="comentariop" type="text" id="comentariop" size="2" maxlength="2" />
      n&ordm;2 
      <label></label>
        <label></label>
        <input name="comentariop2" type="text" id="comentariop2" size="2" maxlength="2" />
        <label></label>
    </p>
    <p align="center" class="Estilo35">
      <script language="JavaScript">
function acuerdo (vlr) {
form1.bsubmit.disabled = !(vlr);
}



</script></head>



&nbsp;</p>
  </div>
  <div align="center">
    <p align="center"><label></label>
        <br />
        <span class="Estilo15"><br />
        <label></label>
        </span></p>
    <p align="center">
      <input type="checkbox" name="check" onClick="acuerdo(this.checked)">
      <span class="Estilo14"><em>Estoy de acuerdo con los</em></span> <a href="terminos.html" target="_blank"> Términos y Condiciones</a>
<span class="Estilo15">
<br>
<br>

<label>
<input type="submit" name="bsubmit" value="Apostar" disabled="disabled">
  <label></label>
  <br /></p>
    <p align="right" class="Estilo38"><a href="comentarios1.html"><span class="Estilo14  Estilo38"></a></p>
</div>
</form>
<p></p>    </td>
    <td width="10">&nbsp;</td>
  </tr>
  <tr>
    <td height="27">&nbsp;</td>
    <td valign="top" background="fondowapo2.jpg"><img src="ABA.jpg" width="550" height="1" /></td>
    <td>&nbsp;</td>
  </tr>
</table>
</body>