document对象可以响应onload和onunload事件,但不可以响应onclick事件。
document对象可以响应onload和onunload事件,但不可以响应onclick事件。
window 对象包含( )。 A: form B: document C: screen D: 都是
window 对象包含( )。 A: form B: document C: screen D: 都是
编写程序,实现在document对象的onclick事件处理程序中判断是否同时按下Shift键。
编写程序,实现在document对象的onclick事件处理程序中判断是否同时按下Shift键。
Which document is he talking about A: shipping papers B: invoice C: registration form
Which document is he talking about A: shipping papers B: invoice C: registration form
onsubmit事件是( )对象上的事件。 A: Link B: Window C: Document D: Form
onsubmit事件是( )对象上的事件。 A: Link B: Window C: Document D: Form
下面不是window对象的子对象()。 A: form B: document C: text D: bgColor
下面不是window对象的子对象()。 A: form B: document C: text D: bgColor
以下对象包含onsubmit事件的是_________。 A: Window B: Document C: Form D: Link
以下对象包含onsubmit事件的是_________。 A: Window B: Document C: Form D: Link
在JavaScript语言中,拥有onsubmit时间的对象是(). A: form B: event C: document D: window
在JavaScript语言中,拥有onsubmit时间的对象是(). A: form B: event C: document D: window
下列不是浏览器对象模型中的二级对象的是__ 。 A: document B: location C: form D: history
下列不是浏览器对象模型中的二级对象的是__ 。 A: document B: location C: form D: history
点击页面的按钮,使之打开一个新窗口,加载一个网页,以下JavaScript代码中可行的是() A: 〈inputtype="button"value="new"onclick="open(’new.html’,’_blank’)"/〉 B: 〈inputtype="button"value="new"onclick="window.location=’new.html’;"/〉 C: 〈inputtype="button"value="new"onclick="location.assign(’new.html’);"/〉 D: 〈formtarget="_blank"action="new.html"〉〈inputtype="submit"value="new"/〉〈/form〉
点击页面的按钮,使之打开一个新窗口,加载一个网页,以下JavaScript代码中可行的是() A: 〈inputtype="button"value="new"onclick="open(’new.html’,’_blank’)"/〉 B: 〈inputtype="button"value="new"onclick="window.location=’new.html’;"/〉 C: 〈inputtype="button"value="new"onclick="location.assign(’new.html’);"/〉 D: 〈formtarget="_blank"action="new.html"〉〈inputtype="submit"value="new"/〉〈/form〉