Ok, I'm embarrassed to post this code, cause maybe I'm doing something really ugly... but anyway...
Now, my cursor doesn't change when I hover over back... I want it it to, just like it would for a hyper link, but I want to use the javascript. There a way I can get that? A better way than I have is fine, using a hyperlink with an onclick is fine, but my method of doing that turned out to not be so nice.... though I remember seeing a very good implentation of that somewhere.
Anyway, thanks for any words of anything
Rob
Code:
echo '<div name="back" onClick="history.go(-1)"><u>Back</u></div>';
Now, my cursor doesn't change when I hover over back... I want it it to, just like it would for a hyper link, but I want to use the javascript. There a way I can get that? A better way than I have is fine, using a hyperlink with an onclick is fine, but my method of doing that turned out to not be so nice.... though I remember seeing a very good implentation of that somewhere.
Anyway, thanks for any words of anything
Rob