A.Window對(duì)象表示瀏覽器的窗口,可用于檢索有關(guān)窗口狀態(tài)的信息
B.Window對(duì)象是瀏覽器所有內(nèi)容的主容器
C.如果文檔定義了多個(gè)框架,瀏覽器只為原始文檔創(chuàng)建一個(gè)Window對(duì)象,無須為每個(gè)框架創(chuàng)建Window對(duì)象
D.瀏覽器打開HTML文檔時(shí),通常會(huì)創(chuàng)建一個(gè)Window對(duì)象
您可能感興趣的試卷
你可能感興趣的試題
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=“計(jì)算”〉
B.〈input name=“mybutton” type=“button” onFocus=“compute()” value=“計(jì)算”〉
C.〈input name=“mybutton” type=“button” onClick=“functioncompute()” value=“計(jì)算”〉
D.〈input name=“mybutton” type=“button” onClick=“compute()” value=“計(jì)算”〉
最新試題
關(guān)于location的常用方法說法正確的有()
關(guān)于offset系列屬性和style屬性的說法,正確的是()
下列選項(xiàng)中,哪些情況屬于跨域請(qǐng)求()
用于返回指定元素在數(shù)組中第一次出現(xiàn)的索引的方法是()
可以用來檢索、替換那些符合某個(gè)模式的文本的是()
下列選項(xiàng)中,屬于輸入語句的是()
下列classList對(duì)象的常用方法中,用于切換元素樣式的方法是()
事件從目標(biāo)節(jié)點(diǎn)自上而下向document節(jié)點(diǎn)傳播的階段是()
“Math.floor(1.1)”的計(jì)算結(jié)果是()
以下不屬于JavaScript代碼編輯器的是()