Page is a not externally linkable
rcjordan - 7:57 pm on Oct 10, 2000 (gmt 0)
<HTML> <script language="JavaScript"> // ### This function stops stray error messages ### function stoperror(){ window.onerror=stoperror // ### *IF* the browser is IFRAMES capable, we can refresh ### function checkIFRAMEcapable() { function doCookieReload() { // --> </HEAD> <CENTER> <TABLE WIDTH=600 BORDER=0 CELLPADDING=2 CELLSPACING=0> banner SSI call here. </TD> </CENTER> <!-- FORM TAG IS REQUIRED FOR COOKIE RELOAD --> </BODY> added:
Play with this, it might be gutted or modified to do what you want. This one rotates a banner shown in an iframe, that's about all I remember.
<HEAD>
<TITLE>
cookie
</TITLE>
<!--
return true
}
// ### JUST the IFRAME if the visitor leaves the page and ###
// ### later returns to it in the same session. ###
if (navigator.appName == "Microsoft Internet Explorer") {
doCookieReload();
}
}
if (document.cookiesamp.cookienumbr.value > 0) {
window.location.reload(true);
}
if (-document.cookie.length < -4) {
var prevcookie = document.cookie.substring(4,document.cookie.length);
}
else {
var prevcookie = 0;
}
document.cookiesamp.cookienumbr.value = prevcookie;
var stepcookie = parseInt(prevcookie);
var ck = stepcookie + 1;
document.cookie = "num=" + ck;
}
</script>
<BODY
onLoad="checkIFRAMEcapable();"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#800080">
<BASE TARGET="_top">
<TR>
<TD ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFFFFF">
</TR></TABLE>
<BR><BR><BR>
<FORM NAME="cookiesamp">
<INPUT NAME="cookienumbr" SIZE=1>
</FORM>
</HTML>
After re-reading the Webtrends part of your request, I doubt this will work. But I'll leave it up anyway.