IE Bug

document.getElementsByName

1. 用脚本创建的元素取不到

2. 不区分ID 与 Name

3. 有时候取不到

Html.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head><title>

无标题页

</title><link href="css/common.css" rel="Stylesheet" type="text/css" />

<script type="text/javascript" src="js/TabView.js"></script>

</head>

<body>

<form name="form1" method="post" action="TabPage.aspx" )

{

this.className='UltraWebTab1DisT';

}

}

相关文章:

  • 2022-01-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2021-08-26
  • 2021-10-25
  • 2021-11-28
猜你喜欢
  • 2021-12-31
  • 2022-02-05
  • 2022-12-23
  • 2021-11-11
  • 2022-02-11
  • 2021-09-10
相关资源
相似解决方案