复制代码 代码如下: oec2003 <BR><!--<BR>function toggle(targetid){<BR> if (document.getElementById){<BR> target=document.getElementById(targetid);<BR> if (target.style.display=="block"){<BR> target.style.display="none";<BR> } else {<BR> target.style.display="block";<BR> }<BR> }<BR>}<BR>--><BR><BR><!--<BR>#div1{<BR>background-color:#000000;<BR>height:400px;<BR>width:400px;<BR>display:none;<BR>}<BR>--><BR>