Javascript

ryunoneil said:
im trying to know the script to go back 1 page
i thought it was

javascript:goback

can you help?

<a href="javascript:history.go(-1)">Back</a>
 
dragon2309 said:
dammit, SFR got here before me, lol

:D


... it has been over a year since I have written any kind of javascript.. but the history object and its methods will be floating in my brain for a long time...
 
they are very simple, one of the first things i ever tried to do, then moved onto message boxes etc... changing cursors over certain tags, all that kind of stuff, i kinda stopped there though, i dont know how to do any of the crazy stuff.
 
Yeah Javascript is the first coding language I learned after basic PHP. It's really easy once you've learned how it works....
 
Back
Top