單項選擇題
A.< script > B.< javascript > C.< js > D.< scripting >
A.onClick B.onChange C.onSelect D.onSubmit
A.onBlur B.onLostFocused C.onFocus D.onChange
A.hostname B.host C.pathname D.href
A.noshade B.width C.bold D.size
A.location,history B.window,location C.navigator,window D.historylist,location
多項選擇題
A.單選按鈕可以通過單擊“選種”和“未選中”選項來進行切換 B.單選按鈕沒有checked屬性 C.單選按鈕支持onClick事件 D.單選按鈕的Length屬性返回一個選項組中單選項的個數(shù)
A.windowX B.screenX C.screenLeft D.windowLeft
問答題
A.window.opener屬性本身就是指向window對象 B.window.reload()方法可以用來刷新當前頁面 C.window.location=”a.html”和window.location.href=”a.html”的作用都是把當前頁面替換成a.html頁面 D.定義了全局變量g;可以用window.g的方式來存取該變量
A.通過IFrame,網(wǎng)頁可以嵌入其他網(wǎng)頁內(nèi)容,并可以動態(tài)更改 B.在相同域名下,內(nèi)嵌的IFrame可以獲取外層網(wǎng)頁的對象 C.在相同域名下,外層網(wǎng)頁腳本可以獲取IFrame網(wǎng)頁內(nèi)的對象 D.可以通過腳本調(diào)整IFrame的大小