<html>
<script LANGUAGE="javascript">
<!--
function mOvr(src) {
if (!src.contains(event.fromElement)) {
src.style.cursor = 'hand'; src.bgColor = "#FDEAB5";
}
}
function mOut(src) {
if (!src.contains(event.toElement)) {
src.style.cursor = 'default'; src.bgColor = "#FFDB91";
}
}
function mClk(src) {
if(event.srcElement.tagName=='TD'){
src.children.tags('A')[0].click();
}
}
-->
</script>


<body topmargin="0" leftmargin="0" bgcolor="#ffcc66" marginwidth="0" marginheight="0">
<table border="0" cellspacing="0" cellpadding="0" width="90%" align="center">
<tr bgcolor="#FFDB91" align="center">
<td height="25" onMouseOver="mOvr(this);" onMouseOut="mOut(this);" onClick="mClk(this);"><a href="http://www.codechina.net"; target="bbsmain"><font color="#000000">代码中国</font></a></td>
</tr>

</table>

</body>
</html>

该文章转载自鸡立鹤群博客:http://www.muzili.com/article.asp?id=45

posted on 2007-04-20 15:54  mbskys  阅读(215)  评论(0)    收藏  举报