Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/01/2008, 08:58
Avatar de ferbux
ferbux
 
Fecha de Ingreso: mayo-2007
Ubicación: por ahí intentado ayudar
Mensajes: 823
Antigüedad: 17 años
Puntos: 6
Re: formulario no me borre los datos

Hola perris lo puedes intentar con php, puedes hacer algo como esto:

Código:
<?
//PONES AKI TU INCLUDES 

?>

<FORM   name=formulario METHOD="POST" ACTION="mi_form.php">
      Escribe tu nombre: <INPUT TYPE=text name=nombre value="<?echo $_POST[nombre];?> "  SIZE="30" MAXLENGTH="25" /> <br>
<input type=submit value="Guardar" onclick="forma.target='_self' />

</form>
<?
//PONES AKI TU CODIGO PHP PARA INSERTAR

<?
Saludos y espero ayudarte un poco, ah ponle de nombre mi_form.php, para ke se recarge la pagina.
__________________
"Eres grande por que caminas entre gigantes"