Code: Select all
<body onload="window.setTimeout ('history.go (0)',10000)">
Code: Select all
<body onload="window.setTimeout ('history.go (0)',10000)">
Code: Select all
<body onload="window.setTimeout ('history.go (0)',60000)">
Joshua418 wrote: A strange thing happened after I upgraded to 2.0.1.
This addition doesn't work any more and it kind of bugs my forum (not showing anything).
I assume there is something changed in the coding but I don't know what.
D.
Code: Select all
onload="window.setTimeout ('history.go (0)',60000)"
Code: Select all
<body bgcolor=black text=white onload="window.setTimeout ('history.go (0)',60000)">