Click to See Complete Forum and Search --> : redraw entire page


hyperstyle
11-01-2003, 11:18 PM
I'm sure this is quite simple. I want to redraw an entire page, so that the browser will react as though it has never seen it before. This will happen when a user clicks on a button.

96turnerri
11-02-2003, 07:26 AM
if you want to redraw the current page use this

<SCRIPT LANGUAGE="JavaScript">
document.write('<form><input type=button value="Refresh" onClick="history.go()"></form>')
</script>