问题补充:
iframe 链的页面是个其它网站页面,是不是人家的网站有安全限制啊...

解决方案 »

  1.   

    http://www.cnblogs.com/Reany/archive/2008/11/24.html
      

  2.   

    function ASend(FUrl){
    var xmlhttp=null;
    xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
    if(xmlhttp) {
        xmlhttp.open('GET',FUrl,false);
        xmlhttp.send(null);
        return xmlhttp.responseText;
    }
    }
    function CheckClicks(A_Name){
    Return_Text=ASend('http://www.uinnet.net/fey/NoClick.asp?Name='+A_Name);
    if(Return_Text=="Ok"){
    return 'Ok';
    }
    else{
    return 'NoOk';
    }
    }
    这个也不行啊
      

  3.   

    晕倒,跨域怎么可以的呢直接RSS好了