View Full Version : refreshing page w/ button?!?!


lovely
02-21-2004, 07:25 PM
hi, okay, how would you refresh the page with a button? I get the auto-refresh, but I don't know if it will work if I put the code in a button or if I need a different code for that. Any help is much appreciated!

kittycat
02-21-2004, 07:41 PM
<FORM>
<INPUT TYPE="button" onClick="history.go(0)" VALUE="Refresh">
</FORM>

lovely
02-21-2004, 07:51 PM
thanks! I'll try this!