多項選擇題
A.history B.document C.button D.text
單項選擇題
A.post方法傳遞的數(shù)據(jù)對客戶端是不可見的 B.get請求信息以查詢字符串的形式發(fā)送,查詢字符串長度沒有大小限制 C.post方法對發(fā)送數(shù)據(jù)的數(shù)量限制在255個字符之內(nèi) D.get方法傳遞的數(shù)據(jù)對客戶端是不可見的
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
A.〈HTML〉 B.〈HEAD〉 C.〈BODY〉 D.〈TITLE〉
A.document.forms.myButton B.document.mainForm.myButton C.document.forms[0].element[0] D.以上都可以
A.是不可能的 B.通過document.write(“新的標題內(nèi)容”) C.通過document.title=(“新的標題內(nèi)容”) D.通過document.changeTitle(“新的標題內(nèi)容”)
A.Now() B.Date() C.new Date() D.new Now()
A.Math.floor(Math.random()*6) B.Math.floor(Math.random()*7) C.Math.floor(Math.random()*8) D.Math.ceil(Math.random()*8)
A.s.toSmallCase() B.s.toLowerCase() C.s.toUpperCase() D.s.toUpperChars()
A.x〈10 B.x〈=10 C.x〈20 D.x〈=20