Just put this script anywhere on your web page and you will give your visitor 2 Back and Forward Navigation buttons. Designed for web sites that have multiple web pages.
</ccInstructions>
<ccHeadContent>
</ccHeadContent>
<ccBodyContent>
<SCRIPT LANGUAGE="JavaScript">
<!-- hide this script tag's contents from old browsers
function goHist(a)
{
history.go(a); // Go back one.
}
//<!-- done hiding from old browsers -->
</script>
<FORM METHOD="post">
<INPUT TYPE="button" VALUE=" BACK " onClick="goHist(-1)">