Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Forward, Top & Back (See related posts)

// Link forward, top and back on your pages

   1  
   2  <a href="javascript:history.back();">Back A Page</a> | <a href="#" onclick="window.scrollTo(0,0); return false">Back to Top</a> | <a href="javascript:history.forward();">Forward A Page</a>

You need to create an account or log in to post comments to this site.


Click here to browse all 5307 code snippets

Related Posts