-home page-       -why it is free-       -do I need html-       -contact us-       -link to us-       -resources-

Tips and Tricks

     There are several navigational tips that are necessary for a cool looking website.  A variety of simple scripts can be easily copied and pasted to your web page.    (View Script Archives)

Go Back

<a href="javascript:history.back(1)">Go Back</a>

Go Forward

<a href="javascript:history.forward(1)">Go Forward</a>

Refresh

<a href="javascript:location.reload(1)">Refresh</a>

Print This Page

<a href="javascript:window.print()">Print This Page</a>

These can also be used as web buttons!

<INPUT TYPE="button" VALUE=" BACK " onClick="history.go(-1)" style="font-family:verdana;color:#FFFFFF;background-color:blue;font-size:11px;">

<INPUT TYPE="button" VALUE="FORWARD" onCLick="history.go(1)" style="font-family:verdana;color:#FFFFFF;background-color:blue;font-size:11px;">
<INPUT TYPE="button" VALUE="Print this page" onCLick="window.print()" style="font-family:verdana;color:#FFFFFF;background-color:blue;font-size:11px;">
     This is a sample of the cool tips and tricks in the archives.  They are 100% free for any website!  You will even get the free website.

Back to home page  CLICK HERE