本帖最后由 uchiha2007 于 2010-05-14 19:27:13 编辑

解决方案 »

  1.   

    把window.open('http://www.localhost.com/jhuo.htm','','width=430,height=432,top=170,left=280'
    去掉不就可以了吗
      

  2.   


    <script type="text/javascript">
    var isOpened=1;
    function change(){
    if(isOpened){
    window.open('http://www.localhost.com/jhuo.htm','','width=430,height=432,top=170,left=280');
    setTimeout(function(){var s = document.getElementById('startup');s.innerHTML='123';s.href='http://www.g.cn';},1);
    isOpened=0;
    }
    }
    </script>
     <a id="startup" onclick="change();" href="javascript:">激活</a>