PDA

View Full Version : Is there a simple code for "Back"?



100%
10-09-2004, 03:11 AM
As in when you make a website is there a general code for "Back"
which applies to whatever page you view

what is this code?

I want to put "back" on different pages - whether they come from another site or not.

maskawaih
10-09-2004, 03:15 AM
<a href="javascript:history.back()">

100%
10-09-2004, 03:22 AM
thank you - you are a genius

I now fully understand your critic in the other topic

but one webbynoob question - if in design interface - if i make a "Back" .gif image what is the "hyperlink" adress - is it simply "javascript ; history.back()"> ?
without having to go into the html code..............

thanx

maskawaih
10-09-2004, 03:24 AM
<a href="javascript:history.back()"><img src="back.gif"></a>
something like this?

100%
10-09-2004, 03:30 AM
Slowly i learn......small steps

Thank you

maskawaih
10-09-2004, 03:35 AM
youre welcome ;)