
May 31st, 2004
05:47 AM
Javascript: cool bit of code
<a href="JavaScript:history.back()">< Back</a>
I was reading CSS tutorials today and I was looking at the code to see how they layed things out when I found that. Enjoy.
___________________
Thanks to everyone here that has helped me in my consumption of knowledge.

May 31st, 2004
07:11 AM
Development Forum Leader
Status: Offline!
You can always use the standards compliant way and use <link> 
___________________
irc.efnet.net #neverside
Neverside merchandise!

May 31st, 2004
07:15 AM
Neverside Newbie
Status: Offline!
or even use the onClick property inside almost any html structure. For instance an image 
like:
<img src="back_arrow_image.gif" onClick="javascript:history.back()">
___________________
waveartists.com - design shop
devnet.waveartists.comDesign & Programming community
Current Projects: ChaosOps mod (HalfLife2)

May 31st, 2004
08:15 AM
Originally posted by James
You can always use the standards compliant way and use <link>
Whats the standards way?
___________________
Thanks to everyone here that has helped me in my consumption of knowledge.

May 31st, 2004
08:35 AM

May 31st, 2004
08:36 AM
Development Forum Leader
Status: Offline!
<link rel="Prev" href="previouspage.html" title="Previous" />
edit: tsukmar beat me to it :P
___________________
irc.efnet.net #neverside
Neverside merchandise!

May 31st, 2004
09:30 AM
Well both dont help me much. They dont give me enough info. When I use this code nothing is displayed . So is their other code I need to use with it?
___________________
Thanks to everyone here that has helped me in my consumption of knowledge.

May 31st, 2004
09:54 AM
thinking of something witty to put here
Status: Offline!
You need to have a <link>-enabled browser to view the links. You can download a link toolbar for IE here:
http://www.draig.de/LinkBar/index.en.html

May 31st, 2004
09:56 AM
So because link isnt navtivly supported by IE then it would be bad to use it unless I want to hide it from IE....
___________________
Thanks to everyone here that has helped me in my consumption of knowledge.

May 31st, 2004
10:00 AM
Development Forum Leader
Status: Offline!
Originally posted by Lambera
So because link isnt navtivly supported by IE then it would be bad to use it unless I want to hide it from IE....
I just said it's the standards way, not anything about it working with IE lol
___________________
irc.efnet.net #neverside
Neverside merchandise!