Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

86 users online



Javascript: cool bit of code

Javascript: cool bit of code

Currently viewing this thread: 1 (0 members and 1 guests)


Page 1 out of 2
Lambera

Lambera

Status: Offline!

Javascript: cool bit of code

<a href="JavaScript:history.back()">&lt; 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.

James

James

Development Forum Leader
Status: Offline!

You can always use the standards compliant way and use <link> Smile

___________________

irc.efnet.net #neverside
Neverside merchandise!

IceCube

IceCube

Neverside Newbie
Status: Offline!

or even use the onClick property inside almost any html structure. For instance an image Smile

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)

Lambera

Lambera

Status: Offline!
Quote:

Originally posted by James
You can always use the standards compliant way and use <link> Smile

Whats the standards way?

___________________

Thanks to everyone here that has helped me in my consumption of knowledge.

Tsukmar

Tsukmar

Student
Status: Offline!

http://www.w3.org/QA/Tips/reback
http://www.w3.org/QA/Tips/use-links

Smile

___________________

how do you weigh human life?

James

James

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!

Lambera

Lambera

Status: Offline!

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.

Rad

Rad

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

Lambera

Lambera

Status: Offline!

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.

James

James

Development Forum Leader
Status: Offline!
Quote:

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!

Page 1 out of 2
Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0084 seconds.