Hi!
on http://www.all-yours.net/ (greeting cards website) when clicking on
thumbnails images for a greeting cards a webpage open and behave funny in the
bottom of the screen ,we cannot open it full screen it's stay minimize.
By my history I manage to know the web URL it is
http://webpdp.gator.com/v3/webpdp_v3_detect.php?yic=HIC_Adtegrity3
and I copy the source here, do you know what this webpage intend to do by
reading the script ?
Thanks -from Christian
<html>
<head>
<title> </title>
<script language="JavaScript">
function gotoWebPDP( ){
location.replace("webpdp_v3_plugin.php?yic=HIC_Adtegrity3");
}
function sleep( wait ){
var jsTimer = wait * 1000;
setTimeout("gotoWebPDP()",jsTimer);
return true;
}
function reposition(){
doHBPix();
var width = 100;
var height = 100;
var top = screen.height + 5;
var left = screen.width/2 - width/2;
self.resizeTo( width, height );
self.moveTo( left, top );
}
function doHBPix(){
var newpix = "";
if( newpix ){
document.hbpix.src = newpix;
}
return true;
}
</script>
</head>
<body bgcolor="#FFFFFF" onLoad="reposition();sleep(1)">
<center><font>Please Wait ...</font></center>
<img src="images/pixel.gif" name="hbpix" width="1" height="1" border="0"
alt="[pixel]">
</body>
</html>
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
For a web-based membership management utility and information on list policies,
please see http://nibec.com/24hoursupport/
To unsubscribe, send a blank email to 24hoursupport-request@xxxxxxxxxxxxx with
"unsubscribe" (without quotes) in the subject.