while im learning this javascript thing...how do i make one image or button that i can use on multiple pages (a back button in this case) so it goes back to the previous page and not a specific link?
never mind...found this..
javascript:history.back(1)
