Pergi depan/belakang 

Copy skrip atau download.
 
<!-- 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> 
  <!-- This script and many more are available free online at --> 
  <!-- The JavaScript Source!! http://javascript.internet.com --> 
  <INPUT TYPE="button" VALUE=" BACK " onClick="history.go(-1)"> 
  <INPUT TYPE="button" VALUE="FORWARD" onCLick="history.go(1)"> 
  </FORM> 
  </CENTER> 

  <!-- Script Size: 0.53 KB -->

 
1