在JavaScript脚本中,弹出对话框,需使用window对象的()的方法。
A. echo
B. window.location.href
C. alert
D. print
查看答案
对超链接传递的数据进行编码,使用()函数。
A. action
B. alert
C. urldecode
D. urlencode
通过超链接传递数据时,设置单击超链接时打开新的窗口,使用target属性的()内置窗口名称。
A. _self
B. _blank
C. _parent
D. _top
通过()属性设置表单提交跳转页。
A. action
B. method
C. name
D. value
通过超链接传递数据,使用POST方法进行接收。
A. 对
B. 错