beginnerz
03-02-2006, 04:32 AM
hi, is that possible for me to refresh the page, without backing to the top of the page?
|
Click to See Complete Forum and Search --> : refresh in same position of the web content beginnerz 03-02-2006, 04:32 AM hi, is that possible for me to refresh the page, without backing to the top of the page? johneva 03-02-2006, 04:35 AM Not sure what your asking really. You can refresh the page by pressing F5 or do a deep refreash pressing Ctrl and F5. Or do you mean how do you make the page refreash automatically every set time period? beginnerz 03-02-2006, 07:30 PM for example , my table is at the bottom of my web , while i click submit of the table, it will refresh the page and back to top of the page, is there a way to remain that position after refreshing the page. Just like the "top" button , which you can click , and it will back to the top of the page, no need to scroll by user bathurst_guy 03-02-2006, 07:52 PM you could have the for to be submitted with #form at the end of the action and place <a name="form"> </a> at the form. ^ UNTESTED. beginnerz 03-02-2006, 08:02 PM Sorry, i cant get what you mean, can provide me an example. thank you bathurst_guy 03-02-2006, 08:06 PM <form name="form" action="form.htm#form" method="post"> pcthug 03-03-2006, 01:17 AM This worked for me; <FORM> <INPUT TYPE="button" onClick="history.go(0)" VALUE="Refresh"> </FORM> bathurst_guy 03-03-2006, 01:22 AM Does that still submit the form? pcthug 03-04-2006, 02:06 AM The button is set to Refresh the Browser, not Submit webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |