Forum Moderators: open
Seems only to work in IE (Opera 5 doesn't show it). It works off this script
<script>
var showLogo=true;
document.body.onload=Ci;
var _CC=null;
var _CF=(document.cfrm)?document.cfrm.clh:null;
function Co(i)
{
if (i && i!=_CC) Ch(_CC,'')
Ch(i,'[ opening page... ]');
_CC=i;
if (_CF) _CF.value=i;
if (i) setTimeout('Ch("'+i+'","")',5000);
}
function Ci()
{
if (_CF) _CC=_CF.value;
if (_CC) Ch(_CC,"[ last page visited ]");
}
function Ch(i,t)
{
var ot=eval("document.all.ct"+i);
if (ot && t!=null) ot.innerText=t;
}
</script> Its all Greek to me