Pete,
You'll have to do this in Code View, but it's simple. In the spot on the
page where you want the button, insert this code:
<button onClick="history.go(-1)">Back</button>
Should do the trick.
--
Patty Ayers |
www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--
"peteinbillericay" <(E-Mail Removed)> wrote in
message news

B41B3B3-532E-4BEB-B98C-(E-Mail Removed)...
> I'm trying to create a 'Back' button on a webpage that does the same as
> the
> one on the toolbar (i.e. it takes the user back to the page they were
> previously viewing.)
> I've spent ages searching MS help without success and cant even find a
> useful reference in the Inside Out book.
> Any help will be much appreciated
> thanks
> Pete