Click to See Complete Forum and Search --> : Refresh Page, not automatically


bogbrushian
02-08-2005, 03:50 PM
Hey,
I'm kinda a newbie. I need to know what the code is to refresh a page. Not to be automatic. Just when its link is clicked? If html is possible it is preferred. Also what is the code!?

Cheers
Ian
:confused:

baseiber
02-08-2005, 04:54 PM
Well, you could create a link that goes to the page you are on.

the page you are on is aPage.htm

<a href="aPage.htm">Click here to refresh</a>


That would technically refresh the page but any data being captured on that page would be lost.

There are ways around this. It all depends on why you want to refresh.

soccer362001
02-08-2005, 05:11 PM
Do you mean something like this? http://javascript.internet.com/buttons/refresh-button.html

bogbrushian
02-08-2005, 05:53 PM
Thanks both of you. I didnt think of the first idea! duh
Good help
Ian