<!-- ONE STEP TO INSTALL DIRECTIONAL BUTTONS:
1. Paste the coding into the BODY of your HTML document -->
<!-- STEP ONE: Copy this code into the BODY of your HTML document -->
<BODY>
<CENTER>
<FORM>
<INPUT TYPE="button" VALUE=" GERİ " onClick="history.go(-1)">
<INPUT TYPE="button" VALUE="İLERİ" onCLick="history.go(1)">
</FORM>
</CENTER>