Javascript: a simple refresh |
|
|
|
Written by Administrator
|
luned́, 03 marzo 2008 |
How to perform a simple refresh of a web page? Here below a Javascript code line, using location.href method of window object: window.location.href = window.location.href;
To have a code more proper instead:
window.location.reload();
|
Last Updated ( luned́, 18 agosto 2008 )
|