[WEB4LIB] RE: Question concerning backward navigation
Robert J. Tiess
rjtiess at warwick.net
Thu Apr 22 09:09:58 EDT 1999
>> <input type="IMAGE" value="<-Back" img src="Submit.gif" border="0"
>> onclick="history.back()">
>
> Is there also a way to do it without a button?
Here is a plain text link:
<a href="javascript:history.go(-1)">Back</a>
This can easily be replaced with any image, such as
<a href="javascript:history.go(-1)"><img src="abc.jpg" alt="ABC" width="50" height="50" border="0"></a>
Robert
More information about the Web4lib
mailing list