Forum Moderators: open

Message Too Old, No Replies

Has AV always done this?

Or have I not been paying attention?

         

TallTroll

12:30 pm on Nov 27, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



From the results page, when you select a site to visit, you get a little [ opening page... ] thingie, and if you return to the SERP, you get a note of the [ last page visited ].

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

engine

1:18 pm on Nov 27, 2001 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



TallTroll,
Hi, it's been running this for some time. Cannot remember when, but, just guessing, about two or three months.

Laurent

10:01 am on Dec 1, 2001 (gmt 0)

10+ Year Member



Hello TallTroll,

Since June, I remenber.

And this is not on the local Av.

"dommage" :)

TallTroll

9:14 am on Dec 3, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Cheers peeps, I guess I should get back into the habit of using IE for things :o