Current location: Hot Scripts Forums » General Web Coding » JavaScript » Back buttons (working multiple times, not like referer)


Back buttons (working multiple times, not like referer)

Reply
  #1 (permalink)  
Old 07-14-06, 04:17 AM
zitwep zitwep is offline
Wannabe Coder
 
Join Date: Aug 2005
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
Back buttons (working multiple times, not like referer)

Hi there,

I am trying to have a back button on my website on every page i think it is useful at, I know there is a back button in the browser , but in the places i want to put them it is useful, and most people dont really use their back buttons in a cms.

So I tried to simply link with
Quote:
$_SERVER['HTTP_REFERER']
but obviously that only works one time, when i click it a second time I am back where i pressed back the first time.

So I guess there is a really simply javascript code for that, I think i have seen something similar like that in JS once, I just can'T find it anymore.

Can anyone of you hook me up with it?

Thanks alot in advance
greetz
zitwep
Reply With Quote
  #2 (permalink)  
Old 07-14-06, 04:33 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,075
Thanks: 11
Thanked 88 Times in 83 Posts
Moved to Javascript.

This should do it.
Code:
<a href="javascript:history.go(-1);">Back</a>
Note that HTTP_REFERER isn't supported by all browsers and won't work for all your visitors. Also note the code above won't work if the visitor has Javascipt disabled.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP w/ multiple radio buttons...Help... doublee313 PHP 7 09-15-04 12:49 PM
processing multiple "image" type submit buttons baparao Perl 1 07-30-04 11:56 PM
Mail Script sending multiple times when Table has a lot of data dsumpter PHP 12 07-16-03 05:17 PM


All times are GMT -5. The time now is 11:14 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.