下の3つのボタンをどれでも前のページに戻れます。

戻る


<html>
<head>
<title>ページを戻るボタン</title>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
<!--
body { text-align: center;}
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
下の3つのボタンをどれでも前のページに戻れます。
<hr align="center">
<form>
<input type="button" value="戻る" onClick="history.back()">
</form>
<hr align="center">
<a href="javascript:history.back();">戻る</a><br>
<hr align="center">
<a href="javascript:history.back();"><img src=back.gif width="50" height="20" border="0"></a>
<br>
</body>
</html>