Does anyone have a quick and dirty way to create a back link in javascript that is simply a text link rather than a cmd button? <a href='last page viewed'>Back</a> I've seen the code for a back button onClick event, but I haven't been able to make it work without the button. Thanks.