document.execCommand("Refresh"); in JavaScript

  • Thread starter Thread starter David
  • Start date Start date
D

David

how can I force the "document.execCommand("Refresh");" command to refresh
page only one time?
 
You can use a parameter

mypage.aspx?reloaded=true

and check if the parameter exists if not reload the page...
 

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

Similar Threads

Save Page As Web Page 3
<Object> Is undefined 2
Copy To Clipboard Not Working 2
Access Form Refresh 1
save as dialog 3
Save HTML without dialogue 2
Refresh parent page 2
Refresh parent page 5

Back
Top