tpgames
12-21-2006, 10:02 PM
I have this script:
<script>
function RefreshWindow() {
window.history.go(0)
}
</script>
The problem is that it doesn't always give me the latest version of my webpage. What am I doing wrong? Would deleting the window.history.go(0) part fix this or make it worse?
Thanks!:D Newbie here.
<script>
function RefreshWindow() {
window.history.go(0)
}
</script>
The problem is that it doesn't always give me the latest version of my webpage. What am I doing wrong? Would deleting the window.history.go(0) part fix this or make it worse?
Thanks!:D Newbie here.