问个问题?
为什么要写如注册表?

解决方案 »

  1.   

    各位高手帮我想想办法,虽然感觉有点"小把戏",不过如果仔细做,还是可以做出很好用的东东的.
      

  2.   

    要怎么传入子窗口script?<SCRIPT LANGUAGE="JavaScript">
    <!--
    var w=window.open("","popup","")
    w.document.write("<input id='i1' value='blueDestiny, never-online'>");
    function fChange(x) {
    var $=w.document.getElementById;
    $("i1").value=x;
    }
    //-->
    </SCRIPT>
    <button onclick='fChange("blog.csdn.net/blueDestiny")'>change</button>