joonstar
04-17-2005, 09:22 PM
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.
<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.