You are viewing an old revision of this post, from January 13, 2016 @ 14:38:47. See below for differences between this version and the current revision.

Javascript – Back to previous page

Sometimes, you will want to back to previous page, but you don't want to use the back button of the browser. You can create a button in your website to do that. You can do this with javascript
<a href="javascript: history.go(-1)">Go Back to previous page</a>

Revisions

  • January 13, 2016 @ 14:38:47 [Current Revision] by admin
  • January 13, 2016 @ 14:38:47 by admin

Revision Differences

There are no differences between the January 13, 2016 @ 14:38:47 revision and the current revision. (Maybe only post meta information was changed.)

No comments yet.

Leave a Reply