View previous topic :: View next topic |
Author |
Topic : "html help" |
dennison member
Member # Joined: 29 Jan 2000 Posts: 247
|
Posted: Fri Apr 21, 2000 9:45 pm |
|
 |
i used to know how to make a link called "back" which redirects you to the previous page on your history's cache or whatever you call it.. can anyone tell me how it's done? i think it's something like history.back(); or back(); i just forgot the correct syntax.. please help me, thanks |
|
Back to top |
|
Shadow member
Member # Joined: 18 Mar 2000 Posts: 274 Location: Canada, ON
|
Posted: Tue Apr 25, 2000 12:05 pm |
|
 |
javascript:history.back()
or <a href="javascript:history.back()">[BACK]</href>
-S (lick webdesigner! heh)
[This message has been edited by Shadow (edited April 25, 2000).] |
|
Back to top |
|
|