Directional Buttons


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!-- ONE STEP TO INSTALL DIRECTIONAL BUTTONS:
  2.  
  3. 1. Paste the coding into the BODY of your HTML document -->
  4.  
  5. <!-- STEP ONE: Copy this code into the BODY of your HTML document -->
  6.  
  7. <BODY>
  8.  
  9. <CENTER>
  10. <FORM>
  11.  
  12. <! >
  13. <! >
  14.  
  15. <INPUT TYPE="button" VALUE=" BACK " onClick="history.go(-1)">
  16. <INPUT TYPE="button" VALUE="FORWARD" onCLick="history.go(1)">
  17. </FORM>
  18. </CENTER>
  19. <!-- Script Size: 0.53 KB -->

URL: http://tweekville.wiki.zoho.com/Gallary.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.