Jump to content
xisto Community
kakingho

Making A Refresh Link On Your Website. refresh local webpage

Recommended Posts

You could have a page repeatedly update by adding a meta-refresh. If you place the following tag in the <head> tag:

 

<meta http-equiv="refresh" content="numberOfSeconds" />

It will refresh every numberOfSeconds. This is a way show users a constantly updating page, although AJAX would be a better way to do that.

Share this post


Link to post
Share on other sites
hot to get previous insert value???Making A Refresh Link On Your Website.

function view()  {   //if(document.Ragister.Username.Value == "")  //{//    alert("err");  //  return false;}  if(document.Register.Submit.Click)  { var I = document.Ragister.Username.Value;    //alert("err");    document.Register.Username.Value = I;    return true;    }      }

-reply by admin

Share this post


Link to post
Share on other sites

The code you gave is more advanced, here is an easier code:

<a href="WEBSITE LINK">Refresh</a>

Just link that to the page that it will be shown, and it will refresh the page when clicked, just pure HTML for those just learning :)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.