还有,如何可以将IE右上角的,3个按钮(最小,还原,最大)隐藏!
我的弹出页面有一个关闭按钮,我想让用户通过我的按钮关闭,所以我想隐藏掉ie的按钮!谢谢各位大哥帮忙,谢谢!

解决方案 »

  1.   

    "javascript:win=open('2.jsp?id=<%=A_id%>',%20'0',%20'width=550,height=530,location=no,toolbar=no,status=no,resizable=no,scrollbars=yes');%20win.focus();"
    3个按钮(最小,还原,最大)隐藏 不是很清楚。
      

  2.   

    open 也可以,
    showmodal同样也可以!
      

  3.   

    连接用 onClick='return call(this.href)'
    <script language="JavaScript" type="text/JavaScript">function call(htmlurl){
      var newwin=window.open(htmlurl,"newsssWin_searchout","top=150,left=150,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=480");
      newwin.focus();
      return false;
    }//-->
    </SCRIPT>
      

  4.   

    弹出窗口代码不会写的话,dreamweaver里有open windows这个功能,自动生成代码,很简单!可以设置窗口大小,能不能最小化,最大化,有没有滚动条等!
      

  5.   


    在dw里很好设置代码中用javascrip语言才行,关闭窗口很好做用close;
      

  6.   

    function Detail(ID,FormID,FormDetailID){
    var width=780;
    var height=640;
    var left=(screen.width-width)/2;
    var top=(screen.height-height)/4; var url="payment.jsp?ID="+ID+'&FormID='+FormID+'&FormDetailID='+FormDetailID;
    var detail=window.open(url,'detil','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=1,resizable=1,width='+width+',top='+top+',left='+left+',height='+height);
    detail.focus();
    }
    这样就可以了吧!
      

  7.   

    加条广告(注:如果你不高兴,可以删除)
    招聘网页编程人员(1-2名)
    1-2年的网页编程经验
    语言:JSP,java,html,javascript
    请在简历中写明对以上语言的掌握程度以及学历.北京友联创新系统集成有限公司
    联系方式:
    010-62984859-8010王先生
    [email protected]