Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/12/2010, 18:05
Portgaz
 
Fecha de Ingreso: diciembre-2010
Ubicación: en el fin del mundo
Mensajes: 199
Antigüedad: 13 años, 4 meses
Puntos: 3
Respuesta: Ayuda porfa xD

para que el boton pueda aparecer y pueda dar clic sobre el, y por ultimo te mande a la segunda fase, modifica esto:
Código HTML:
Ver original
  1. <!-- <form id="form1" name="form1" method="post"
  2.  
  3. action="http://comunidadesi.webcindario.com/retos/web/?reto=fase2.php">
  4. <label>
  5. <center>
  6. <input name="reto" type="hidden" value="fase2" />
  7. <input name="cod" type="hidden" id="variable" value="Variable" />
  8. <input type="submit" id="boton" value="Siguiente Fase" />
  9. </center>
  10. </label>
  11. </form> -->

quitale al inicio el <!-- y al final -->
Que quede asi:
Código HTML:
Ver original
  1. <form id="form1" name="form1" method="post"
  2.  
  3. action="http://comunidadesi.webcindario.com/retos/web/?reto=fase2.php">
  4. <center>
  5. <input name="reto" type="hidden" value="fase2" />
  6. <input name="cod" type="hidden" id="variable" value="Variable" />
  7. <input type="submit" id="boton" value="Siguiente Fase" />
  8. </center>
  9. </form>

Saludos.