![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
24/01/2013, 09:43
|
| | Fecha de Ingreso: septiembre-2009
Mensajes: 138
Antigüedad: 15 años, 5 meses Puntos: 3 | |
Form en HTML Tengo el siguiente codigo en html:
<form name="formpro" method="post" action="" >
<input type="submit" name="Submit7" value="Mostrar">
<?php
if(isset($_POST["Submit7"]))
{
include("mostrararchivos.php");
}
?>
</form>
Mi duda es la siguiente:porque cuando hago click en mi boton mostrar se vuela todo el formulario;mejor dicho no se mantiene en la pagina y solo desaparece. |