Log File in Notepad Create a new document in notepad. In the first line type .LOG
(use caps) Save the file, NOT as a txt file, but like daily.log
(gotta have the .log) Now when you open that file, it will insert
the date/time.
Force a Refresh <.meta http-equiv="Pragma" content="no-cache" />
Print This Page LINK <SCRIPT Language="Javascript">
/*
This script is written by Eric (Webcrawl@usa.net)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
function printit(){
if (window.print) {
window.print() ;
} else {
var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box
WebBrowser1.outerHTML = "";
}
}
</script>
<SCRIPT Language="Javascript">
var NS = (navigator.appName == "Netscape");
var VERSION = parseInt(navigator.appVersion);
if (VERSION > 3) {
document.write('<form><input type=button value="Print
this Page" name="Print" onClick="printit()"></form>');
}
</script>
Generic BACK solution <a href="javascript:history.go(-1)">GO BACK</a>
or ..
in the <HEAD> of the document
<SCRIPT LANGAUGE="Javascript">
<!--
function goBack() {
window.history.back()
}
//-->
</SCRIPT>
in the link of your back button
<A HREF="javascript:goBack()"><IMG SRC=
"images/back.gif" BORDER="0" ALT="back"></A>
Colored Scroll Bar
<STYLE TYPE="text/css">
BODY {
scrollbar-face-color: #E7BDBD;
scrollbar-arrow-color:#E7BDBD;
scrollbar-track-color:;#E7BDBD
scrollbar-base-color: #E7BDBD;
scrollbar-highlight-color:#E7BDBD;
}
You can either put in in the head tags or link a CSS to a document.