我对javascript 不熟,能详细点嘛

解决方案 »

  1.   

    function popwinw(pageurl) {
    var pp
    pp=window.open(pageurl,"pop","scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,width=775,height=180,left=70,top=10");
    return false;
    }
    您应该能看明白了吧!
      

  2.   

     var chat=window.open("EwyeCx_showResult.asp?"+vsParm,"","fullscreen:yes;resizable=yes");
            chat.moveTo(0,0);
            chat.resizeTo(screen.availWidth,screen.availHeight);//调整窗口大小为整屏
            chat.outerWidth=screen.availWidth;
            chat.outerHeight=screen.availHeight
      

  3.   

    <td onclick="javascipt:window.close()">close</td>