Thursday, January 04, 2007

JavaScript Back Command

I haven't found a downside to this command; it simply jumps back one page it the browser's history. I suppose having Java disabled might be a problem...

javascript:history.go(-1)

Also damn handy if you want to throw a visitor back a specified number of pages (like through a click-wrap page).