Alright, so I've got a site up with frames and I want to put a back button (text preferably) right on the site. Best case would be to have it in the same frame as the rest of my nav stuff. Right now the code I'm trying to make work is the standard <a href="#" onClick="history.go(-1)">Back</a> and it just doesn't want to work for me. I found
this [webmasterworld.com] topic, but I can't seem to get any of those tips to work. Anybody know what I can do?