Log In · Register

 
go back links, anyone know one
synatribe
post May 6 2008, 09:53 PM
Post #1


AIDS at RAVES.
******

Group: Official Designer
Posts: 2,386
Joined: Dec 2007
Member No: 598,878



like I go on a site and they have like a back forward link, how do you do that?
 
 
Start new topic
Replies
karmakiller
post May 6 2008, 10:01 PM
Post #2


DDR \\ I'm Dee :)
*******

Group: Mentor
Posts: 8,662
Joined: Mar 2006
Member No: 384,020



You can easily do something like that with java script:
CODE
<a href="java script: history.go(-1)">Back</a>


 
venti-anemoi
post May 6 2008, 10:26 PM
Post #3


torn
*****

Group: Official Designer
Posts: 953
Joined: Oct 2004
Member No: 55,718



QUOTE(karmakiller @ May 6 2008, 08:01 PM) *
You can easily do something like that with java script:
CODE
<a href="java script: history.go(-1)">Back</a>


Without the space (between the colon and "history").

A slightly simpler code is this:
CODE
<a href="java script:history.back()">Back</a>


(It only allows you to go back one page, whereas with the first one you can go back multiple pages if you change "1" to a different number.)

Hope that helps.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: