開啟新視窗並輸出內容

2021-08-28 01:55:13 字數 621 閱讀 8131

一 介紹

開啟新視窗並輸出內容可以使用open()方法和close()方法來實現。

open()方法

該方法用來開啟文件輸出流,並接收write()方法或writeln()方法的輸出,此方法可以不指定引數。

語法:[obj=]document.open([url][,name])

obj:用來儲存open()方法返回的值,obj是可選項。

url:用來指定開啟文件或視窗的url。

name:用來指定是否用新的url代替歷史記錄舊的url,當指定為replace表示代替,不指定則不代替。

close()方法

該方法用來關閉文件的輸出流。

語法:document.close()

二 應用

開啟新視窗並輸出內容

本示例通過單擊按鈕後將開啟乙個新視窗,並在視窗中輸出新的內容。

三 **

四 執行結果

js開啟新視窗並傳遞內容的問題

一 write內容 var newwindowobi window.open childwindow.html newwindowobi.document.write newwindowobi.document.write document.getelementbyidx x fatherwindo...

JS開啟新視窗並居中顯示

hml部分 onclick opennewwindow js部分 功能 開啟新得瀏覽器視窗並居中顯示 引數 url 需要開啟的url位址 name 開啟的視窗名稱,可以為null customwidth 視窗的寬度 customheight 視窗的高度 function opennewwindow ...

鏈結開啟新視窗

開啟新視窗 彈框 flash動畫 window.showmodaldialog 用於彈出模式視窗,並從彈出的視窗中獲取返回值。在某些情況下,模式視窗是很有用的。一 使用格式 returnvalue window.showmodaldialog surl varguments sfeatures 引數...