Thread: back and forward tags....
Results 1 to 3 of 3
Related
-
Perl Script to Receive http post and forward to an .aspx page Forum: CGI Perl Forum
Replies: 0 -
Use combo radio buttons to forward to specific URLs Forum: Javascript Forum
Replies: 4 -
Making Radiobox selections forward to specific URLs Forum: Javascript Forum
Replies: 1 -
Keep meta tags with domain forward Forum: HTML Forum
Replies: 5
-
07-26-2002, 11:30 PM #1
back and forward tags....
im trying to do a back or forward button that is like the one at the top of my browser. is there any tag to do this without having a botton link back to the previous page. i want to be able to use this in my frame. does this make any sense? sorry...
please help
-
07-26-2002, 11:56 PM #2
welcome to the forum!
here's the code for making a back link:
*note dat there should be no space between : and the word "on"
<a href="javascript: onclick=history.back()">back</a>
<a href="javascript: onclick=history.forward()">forward</a>
Last edited by HTML; 07-27-2002 at 06:46 AM.
-
08-05-2002, 01:27 PM #3