PDA

View Full Version : refresh page link



Chrysalis
Fri 25th Jan '02, 11:56am
Is it possible to alter a template so when the thread view is shown, I can click a link to make it reload the page, this would be superior to hitting refresh in ie as my ie6 has major caching bugs.

Streicher
Fri 25th Jan '02, 4:31pm
Use this:

<a href="javascript:window.location=window.location">[refresh]</a>

Don't forget to remove the space between "java" and "script"

Floris
Fri 25th Jan '02, 8:39pm
<a href="javascript:window.location=window.location">[refresh]</a>

Add in between to fake the space, more handy for copy/paste :) learned that last week.