單項選擇題
A.history對象記錄了用戶在一個瀏覽器中已經(jīng)訪問過的URLs B.location對象相當(dāng)于IE瀏覽器中的地址欄,包含關(guān)于當(dāng)前URL地址的信息 C.location對象是history對象的父對象 D.location對象是window對象的子對象
A.getDate B.getYear C.getMonth D.getTime
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.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.以上都可以