Microsoft FrontPage Support Radio Weblog :
Tips and Frequently Asked Questions for Users of Microsoft® FrontPage®.

 















Subscribe to "Microsoft FrontPage Support Radio Weblog" in Radio UserLand.

Click to see the XML version of this web page.



Email Me

Click here to send an email to the editor of this weblog.

 
 

Tutorial: Using FrontPage with Radio Weblogs

How do I create a back button or link on my site

Q. How do I create a "back" button or link on my site?

A.

There are several ways to do this.

  1. You can create a hyperlink to an image or text using the following code:

    <a href="Javascript:history.go(-1)">Back</a>

Note: (-1) means go back one page.   So, for example (-2) would be go back two pages.

or:

  1. You can use:

<a href='javascript:history.back()'>Back</a>

  1. For "Buttons" you can use:

<form method="POST" action="Javascript:history.go(-1)">
<input type="submit" value="Back" name="Back">
</form>



© Copyright 2003 David Berry.
Last update: 1/20/2003; 8:25:45 PM.

All products and company names mentioned herein are the trademarks of their respective owners. Microsoft® and FrontPage® are registered trademarks of Microsoft Corporation in the United States and/or other countries.



Click here to visit the Radio UserLand website.