网址是:http://www.yesky.com/Etimes/74877892902780928/20050525/1952102.shtml
我用W3Client取,取回的是
<html>
<body onload="javascript:window.location.href=paras1;">
<script language=javascript>
var paras;
var paras1;
var strURL;
var cposition;
var counterID=27;
strURL=document.location.href;
paras=strURL.substring(strURL.indexOf("***")+4,strURL.length)
cposition=paras.indexOf("=");
paras1=paras.substring(cposition+1);
paras=paras.substring(0,cposition)
if (paras == "toURL")
{
document.write("<img src='http://counter.yesky.com/counter.shtml?CID="+counterID+"&AID=0&refer="+escape(document.referrer)+"&cur="+escape(document.URL)+"' border='0' alt='' width='0' height='0'>");
}
</script>
</body>
</html>
谁能帮我分析一下?怎样才能取到正确的信息?