SiteBuilder Logo Header


0
Users Online
0 Visitors Today
15 Pages Viewed Today
 

Try J-Bots Plus 2000 or J-Bots 2000 add-in components for FrontPage 2000 featuring components that can make your web sites more attractive, more engaging, and easier to navigate. They're fast and easy to use, and require no programming skills. Simply fill in dialog boxes, click the Generate button, and JavaScript code will automatically create the function you desire.


Microsoft FrontPage

Active Server Pages

Dynamic HTML

Sample Scripts

Web Servers

Tutorials

Third Party Solutions

Links to Other Sites

Discussion Groups

Search


Microsoft Certified Professional

Microsoft MVP

 

 

 

 

*

Sample Scripts

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, 1998 - 2003, NetSites, LLC.  All rights reserved.
Email Questions or Comments to sitebuilder@net-sites.com

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.