Bill,
Code? I thought I was talking un-encoded.
Actually I think everytime we copy a file from the archive site they get an e-mail sent to themselves. I need to have a script person look it over but every htm file I looked had a little java script added to it with a date and timestamp. If they had any evilness to them we would all now be infected with worms and trojans and our hard drives would all be erased and who knows what else. Did anybody notice your cursor change to a red circle with a line through it for a second or two?
I dont want to scare anybody but lock the doors you may be getting a visit from the geek squad.
Any java gods in here?
I'll have it checked tomorrow. I highlighted the suspected problem in red
TTYL
Larry
here is the script------
<script language="Javascript">
<!--
// FILE ARCHIVED ON 19980627000144 AND RETRIEVED FROM THE
// INTERNET ARCHIVE ON 20060305133617.
// JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
// ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
// SECTION 108(a)(3)).
var sWayBackCGI = "http://web.archive.org/web/19980627000144/";
function xLateUrl(aCollection, sProp) {
var i = 0;
for(i = 0; i < aCollection.length; i++)
if (aCollection
[sProp].indexOf("mailto:") == -1 &&
aCollection[sProp].indexOf("javascript:") == -1)
aCollection[sProp] = sWayBackCGI + aCollection[sProp];
}
if (document.links) xLateUrl(document.links, "href");
if (document.images) xLateUrl(document.images, "src");
if (document.embeds) xLateUrl(document.embeds, "src");
if (document.body && document.body.background)
document.body.background = sWayBackCGI + document.body.background;
//-->