Refresh Page with Code

  • Thread starter Thread starter Microsoft
  • Start date Start date
M

Microsoft

How do I refresh the page using code in the same way a user would hit F5.

TIA,

Steve
 
Steve,

This is the javascript to use:

window.location.reload(true);

Eliyahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top