Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/12/2009, 10:56
American2010
 
Fecha de Ingreso: abril-2003
Mensajes: 1.129
Antigüedad: 21 años, 11 meses
Puntos: 34
Respuesta: que se mantenga la posicion de la pagina al refrescar

Voy a ver si encuentro algo, no conozco mucho del tema... Buscá información sobre "focus" creo que tiene algo que ver...

Encontré este ejemplo...

Código HTML:
<form method="GET" name="MySearchForm" action="search.php">
<input type="text" name="zoom_query" size="15">
<input type="submit" value="Search" name="Button1">
</form>

Then you could use Javascript like this to set the position of the cursor (the focus) by adding an onLoad attribute to the <BODY ...> tag.

<BODY onLoad="document.forms.MySearchForm.zoom_query.focus()"> 

***

Sino lo otro podría ser enviar el formulario sin necesidad de un refresh...

http://net.tutsplus.com/javascript-a...-using-jquery/
__________________
elGastronomo