![]() |
|
|
+ Search |
![]()
|
Mar 2nd, 2001 15:12
Ben Gordon, Ryan Peterson,
You can create a text link that acts like the back button like this
Add this to the head section
<SCRIPT>
<!--
function backone() {
history.go(-1);
}
//-->
</SCRIPT>
and this to the body where you want the link
<a href="javascript:backone()">Back</A>