dePoPo.net
A digital resource center
advanced search
Home
:
Other language code samples
:
Javascript
Home
About
Webhosting (Dutch)
vb.NET
Data Access
Files and Folders
Forms and Grids
General vb.NET
Crystal Reports
ASP.NET
Other language code samples
ASP
PHP
Javascript
VB6 / VBA
RPM Builds
Centos 4
Centos 5
Archived
FAQ
BlueOnyx
Linux
Win32
SQL
Image Gallery's
Projects
Add this site to...
RSS News Feed
Javascript BACK link
Posted in:
Javascript
By dePoPo
Mar 25, 2009 - 2:48:15 PM
Digg this story!
Email this article
Printer friendly page
The code below generates a link that when clicking it, has the same effect as clicking the back button in the web browse.
<a href="#" onclick="history.go(-1);return false;">hier</a>
Visitor Comments
Leave a comment