问题描述
<html><headrunat="server"><title></title><scripttype="text/javascript">functionss(){//document.getElementById("rr").bgColor="#FF0080";rr.bgColor="#FF0080";}</script></head><body><formid="form1"runat="server"><div><tableid="modifytable"><trid="rr"><td>A</td><td>B</td><td>C</td></tr><tr><td>A</td><td>B</td><td>C</td></tr></table><inputid="Button1"type="button"value="button"onclick="ss()"/></div></form></body></html>--------------------------------------------------为什么(rr是id)document.getElementById("rr").bgColor="#FF0080"与rr.bgColor="#FF0080"执行的效果一样的?
解决方案
解决方案二:
这样写不兼容,测试ie下可以,火狐、谷歌、Opera下也可以,但有些没什么名气的浏览器下可能就不行了。
时间: 2024-11-05 18:56:54