Reload page button


/ Published in: HTML
Save to your folder(s)

A form button for reloading a page.


Copy this code and paste it in your HTML
  1. <INPUT TYPE="button" onClick="history.go(0)" VALUE="Refresh">
  2. </FORM>

Report this snippet


Comments


You need to login to view comments.