A.Window對象表示瀏覽器的窗口,可用于檢索有關(guān)窗口狀態(tài)的信息
B.Window對象是瀏覽器所有內(nèi)容的主容器
C.如果文檔定義了多個框架,瀏覽器只為原始文檔創(chuàng)建一個Window對象,無須為每個框架創(chuàng)建Window對象
D.瀏覽器打開HTML文檔時,通常會創(chuàng)建一個Window對象
您可能感興趣的試卷
你可能感興趣的試題
A.〈input type="text" onClick="alert(this.value)"〉
B.〈input type="text" onChange="alert(this.value)"〉
C.〈input type="text" onChange="alert(text.value)"〉
D.〈input type="text" onClick="alert(value)"〉
A.onFocus
B.onBlur
C.onSubmit
D.onKeyDown
分析下面的Javascript代碼段,輸出結(jié)果是()
A.stud
B.tuden
C.uden
D.udent
A.submit()
B.myform.submit()
C.document.myform.submit()
D.window.myform.submit()
A.〈input name=“mybutton” type=“button” onBlur=“compute()” value=“計算”〉
B.〈input name=“mybutton” type=“button” onFocus=“compute()” value=“計算”〉
C.〈input name=“mybutton” type=“button” onClick=“functioncompute()” value=“計算”〉
D.〈input name=“mybutton” type=“button” onClick=“compute()” value=“計算”〉
最新試題
Visual Studio Code編輯器簡體中文語言擴(kuò)展是()
關(guān)于location的常用方法說法正確的有()
下列選項中,關(guān)于scroll系列屬性說法正確的有()
下列選項中,屬于img元素內(nèi)置屬性的有()
下列選項中,JavaScript可以實現(xiàn)的交互效果有()
下列選項中,用于通過控制臺查看結(jié)果的語句是()
下列選項中,關(guān)于節(jié)點(diǎn)的層級說法正確的有()
下列選項中,運(yùn)算符“--”可以操作的數(shù)據(jù)類型有()
下列選項中,屬于服務(wù)器開發(fā)技術(shù)的有()
以下關(guān)鍵字中與函數(shù)的定義無關(guān)的有()