如何控制window.prompt的位置和大小。请指教!

解决方案 »

  1.   

    prompt Method  Internet Development Index --------------------------------------------------------------------------------Displays a dialog box that prompts the user with a message and an input field.SyntaxvTextData = window.prompt( [sMessage] [, sDefaultValue])
    ParameterssMessage Optional. String that specifies the message to display in the dialog box. By default, this parameter is set to "". 
    sDefaultValue Optional. String that specifies the default value of the input field. By default, this parameter is set to "undefined". Return ValueString or Integer. Returns the value typed in by the user.ResThe title of this dialog box cannot be changed.所以不可以调.
      

  2.   

    学EXT吧,自己用CSS+DIV画一个出来
      

  3.   

    window.showModalDialog(sURL [, vArguments] [, sFeatures]);
    至于参数,LZ自己在网上找找吧,很多的
      

  4.   

    http://hi.baidu.com/susan_jony/blog/item/611742df75814416632798cb.html
    这就有个
      

  5.   

    sURL 必须是一个已经写好的静态网页?