Frank, what is a LUBID Bug? |
[InsertNameHere] |
Daytek (Daytek@This.News.Group) |
2004/05/27 17:20 |
Hello,
I have heard of "cache-busting" but never researched what it was.
Now I find this script on a geocities site I went to.
Have you any idea what it does?
</script>
<script language="JavaScript" src="/sys/common_scripts.js"></script>
<script language="JavaScript">
<!--
// Cache-busting LUBID bug.
var ran = Math.round(Math.random() * 899999) + 100000;
var lubid_string = "<img src=\"http://hb.lycos.com/header?VID=6105&LHIG=1
&ord=" + ran + "\" height=\"1\" width=\"1\">";
document.write(lubid_string);
//-->
</script>
|
|
|