resizeable 单词写错了  resizable多写了一个 e二.显示是新网页里<title></tilte> 之间的内容

解决方案 »

  1.   

    Optional. String&#61007;hat specifies the window ornaments to display. The following features are supported: channelmode = { yes | no | 1 | 0 } Specifies whether to display the window in theater mode and show the channel band. The default is no. 
    directories = { yes | no | 1 | 0 } Specifies whether to add directory buttons. The default is yes. 
    fullscreen = { yes | no | 1 | 0 } Specifies whether to display the browser in a full-screen or normal window. The default is no, which displays the browser in a normal window. Use full-screen mode carefully. Because this mode hides the browser's title bar and menus, you should always provide a button or other visual clue to help the user close the window. ALT+F4 also closes the new window. 
    height = number Specifies the height of the window, in pixels. The minimum value is 100. 
    left = number Specifies the left position, in pixels. This value is relative to the upper-left corner of the screen. 
    location = { yes | no | 1 | 0 } Specifies whether to display the input field for entering URLs directly into the browser. The default is yes. 
    menubar = { yes | no | 1 | 0 } Specifies whether to display the menu bar. The default is yes. 
    resizable = { yes | no | 1 | 0 } Specifies whether to display resize handles at the corners of the window. The default is yes. 
    scrollbars = { yes | no | 1 | 0 } Specifies whether to display horizontal and vertical scroll bars. The default is yes. 
    status = { yes | no | 1 | 0 } Specifies whether to add a status bar at the bottom of the window. The default is yes. 
    titlebar = { yes | no | 1 | 0 } Specifies whether to display a title bar for the window. This parameter is ignored unless the caller is an HTML Application or a trusted dialog box. The default is yes. 
    toolbar = { yes | no | 1 | 0 } Specifies whether to display the browser toolbar, making buttons such as Back, Forward, and Stop available. The default is yes. 
    top = number Specifies the top position, in pixels. This value is relative to the upper-left corner of the screen. 
    width = number Sets the width of the window, in pixels. The minimum value is 100. 
      

  2.   

    To:meizz(梅花雨)
    我的新网页就是window.open()打开的网页啊,所以没有<title></tilte>并且我的参数里的title也是给的空啊。打开以后,窗口的名字就是显示的该文件的IP地址,我不想它的IP地址显示出来,有什么办法啊,显示其它的名字或者不显示都行,但就是不要它显示IP地址。请问该怎么办啊。
      

  3.   

    <a href='#' onclick='openwin()'>打开</a>
    <script language="javascript">
    function openwin()
    {
        var win1 = window.open("aa.pdf","","location=no,resizable=yes,menubar=no,status=no,toolbar=no");
        win1.document.write '<title>abcd</title>';
    }
    </script>
      

  4.   

    第三个问题:如果客户端没装Adobe Acrobat的话,那么IE会提示用户下载该文件。
      

  5.   

    Acrobat Reader5.0 阅读器控件ID
    <OBJECT id=Pdf1 style="LEFT: 0px; TOP: 0px" height="100%" width="100%" classid="clsid:CA8A9780-280D-11CF-A24D-444553540000">
    <PARAM NAME="_Version" VALUE="327680">
    <PARAM NAME="_ExtentX" VALUE="2646">
    <PARAM NAME="_ExtentY" VALUE="1323">
    <PARAM NAME="_StockProps" VALUE="0">
    <PARAM NAME="SRC" VALUE="01.pdf"> <!--url of PDF file -->
    您没有安装Acrobat Reader5.0,请点此处下载:<a href='.....'>Acrobat Reader5.0</a></OBJECT>