多項(xiàng)選擇題
A.window對(duì)象是所有頁(yè)面內(nèi)容的根對(duì)象 B.document對(duì)象包含location對(duì)象和history對(duì)象 C.location對(duì)象包含history D.document對(duì)象包含form對(duì)象
單項(xiàng)選擇題
A.getDate B.getYear C.getMonth D.getTime
A.status B.screen C.history D.document
A.〈javascript〉和〈/javascript〉 B.〈script〉和〈/script〉 C.〈head〉和〈/head〉 D.〈body〉和〈/body〉
A.文本框 B.復(fù)選框 C.列表框 D.按鈕
A.BackColor B.BackgroundColor C.BgColor D.Background
A.next() B.back() C.forward() D.go(-1)
A.history B.document C.button D.text
A.post方法傳遞的數(shù)據(jù)對(duì)客戶端是不可見(jiàn)的 B.get請(qǐng)求信息以查詢字符串的形式發(fā)送,查詢字符串長(zhǎng)度沒(méi)有大小限制 C.post方法對(duì)發(fā)送數(shù)據(jù)的數(shù)量限制在255個(gè)字符之內(nèi) D.get方法傳遞的數(shù)據(jù)對(duì)客戶端是不可見(jiàn)的
A.document.myform.selCity.options.clear() B.document.myform.selCity.options.deleteAll() C.document.myform.selCity.options.length=0 D.document.myform.selCity.options.size=0
A.background B.backgroungImage C.image