Skip to content

Instantly share code, notes, and snippets.

@kaoru-fukusato
Last active March 13, 2018 04:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaoru-fukusato/9979a830c8c5d7688d72ea1ef7add8b5 to your computer and use it in GitHub Desktop.
Save kaoru-fukusato/9979a830c8c5d7688d72ea1ef7add8b5 to your computer and use it in GitHub Desktop.
コピペで学べるプログラミング基本2-6
<form>
<input type="button" value="戻る" onclick="history.back()">
<input type="button" value="更新" onclick="location.reload(true)">
<input type="button" value="進む" onclick="history.forward()">
<input type="button" value="トップページへ" onclick="location.href='#'">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment