Apr
26
Create Back Button and Refresh
Diposkan oleh
Ivan
Label:
Javascript
The following code / syntax Javascript to make the Back button:
<FORM>
<INPUT TYPE="BUTTON" VALUE="Back" ONCLICK="history.go(-1)">
</FORM>
if it will replace the function of the Back button to change the function into the Refresh button,
just change the event/aksinya onClick = "history.go(0)".
Good luck ...
by:Ivan
Subscribe to:
Post Comments (Atom)
Post a Comment