dialogleft:0;dialogwidth:1000;dialogheight:700'

解决方案 »

  1.   

    注意格式,Open和showModalDialog不一样的
      

  2.   

    http://www.csdn.net/Develop/read_article.asp?id=15113
      

  3.   

    Response.Write("<script language='javascript'>");
    Response.Write("window.showModalDialog('main/main.htm','dialogHeight:700;dialogLeft:0px;dialogWidth:1000;');");
    Response.Write("</script>");
    我这样写了,可是弹出的窗口还是很小啊,没有1000-700啊
      

  4.   

    你没有写“px”,例:
    window.showModalDialog(url,'','dialogHeight:300px;dialogWidth:450px;center:yes;help:no;resizable:no;status:no');