Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-17-2005, 09:22 PM   PM User | #1
joonstar
Regular Coder

 
Join Date: Apr 2003
Location: Seoul, Korea
Posts: 329
Thanks: 0
Thanked 0 Times in 0 Posts
joonstar is an unknown quantity at this point
back link

Code:
myPage.html

<a href="EveryPrevious Page">previous page</a>
Let's suppose I have the above code in myPage.html.

I liket to make the above link like the following.

(1) if a user comes to myPage.html from thisPage.html and clicks the above link, it will go to thisPage.html and reflesh thisPage.html.

(2) if a user comes to myPage.html from thatPage.html and clicks the above link, it will go to thatPage.html and reflesh thatPage.html.

(3) if a user comes to myPage.html from Page_3.html and clicks the above link, it will go to Page_3.html and reflesh Page_3.html.

(4)if a user comes to myPage.html from Page_4.html and clicks the above link, it will go to Page_4.html and reflesh Page_4.html.
__________________
Get my greedy up
joonstar is offline   Reply With Quote
Old 04-17-2005, 09:33 PM   PM User | #2
KaZaK
New to the CF scene

 
Join Date: Apr 2005
Location: Norway, Haugesund
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
KaZaK is an unknown quantity at this point
<a href="javascript:history.back()">previous page</a>
KaZaK is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:57 AM.


Advertisement
Log in to turn off these ads.