javascript试题(国外英文资料).docVIP

  • 8
  • 0
  • 约1.13万字
  • 约 24页
  • 2017-06-05 发布于河南
  • 举报
javascript试题(国外英文资料)

javascript试题 The page code is as follows: HTML The head The / head The body form id = id1 name = name1 Input type = text id = txtId name = txtName / / form script type = text/javascript / / 1 / script The / body The / HTML The JavaScript statement written in one place can change the text box to 123: A. d. ocument. GetElementById ( txtId ). The value = 123; B.d ocument. Forms [0] [ txtName] value = 123; C.d ocument. Forms [ name1 ] [ txtName] value = 123; D.d ocument. GetElementsByTagName ( input ) [0]. Value = 123; Answer: the ABCD The following forms of code are generated

文档评论(0)

1亿VIP精品文档

相关文档