go back links, anyone know one |
go back links, anyone know one |
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?
|
|
|
|
![]() |
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> |
|
|
|
May 6 2008, 10:26 PM
Post
#3
|
|
![]() torn ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 953 Joined: Oct 2004 Member No: 55,718 |
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. |
|
|
|
SkyliteX go back links May 6 2008, 09:53 PM
SkyliteX that looked too easy lol, I thought I needed to up... May 6 2008, 10:04 PM
karmakiller Are you using it with a website that supports Java... May 6 2008, 10:21 PM
SkyliteX oo yea, thank you, it was the space between the ja... May 6 2008, 10:28 PM
miyashu topic closed. feel free to pm me if you need this ... May 7 2008, 12:48 AM![]() ![]() |