v nice hack
i've found that shift clicking (open in a new window)
[Reload this Page] causes IE to endlessly loop (love javascript)
to do roughly the same thing without javascript i did:
edit
shoutbox.php and just near the top (11 lines down) add
PHP Code:
if ($action=="reload") {
header ("Refresh: 0; URL=$PHP_SELF");
exit;
}
then edit the
shoutbox template and change the javascript reload link (_javascript_:window.location=window.location) to:
<a href="shoutbox.php?s=$session[sessionhash]&action=reload">[Reload this Page]</a>