1. To refresh the current page, use this code-
<a href=”JavaScript:location.reload(true);”>
Refresh this page
</a>
or just -(within javascript code)-
location.reload(true)
2. To compare 2 files, windiff is a great tool !
August 21, 2008 at 7:23 pm (Learning at Tacit)
Tags: javascript reload
1. To refresh the current page, use this code-
<a href=”JavaScript:location.reload(true);”>
Refresh this page
</a>
or just -(within javascript code)-
location.reload(true)
2. To compare 2 files, windiff is a great tool !