Wednesday 18 January 2012

Javascript: How to reload current page


// tested
window.location.reload();

// not tested
history.go(0);
window.location.href=window.location.href;

References

http://www.mediacollege.com/internet/javascript/page/reload.html

No comments:

Post a Comment