<html>
<head>
<title>study</title>
<meta http-equiv="content-type" content="text/html;charset=gb2312" />
<script type="text/javascript" language="javascript">
<!--
function serchDOM(){
var oimg=document.getElementsByTagName("img")[0]; //得到第一个图像对象
alert(oimg.getAttribute("alt")); //pobaby
}
-->
</script>
</head>
<body onload="serchDOM()">
<img alt="pobaby" src="1.jpg" />
</body>
</html>
<head>
<title>study</title>
<meta http-equiv="content-type" content="text/html;charset=gb2312" />
<script type="text/javascript" language="javascript">
<!--
function serchDOM(){
var oimg=document.getElementsByTagName("img")[0]; //得到第一个图像对象
alert(oimg.getAttribute("alt")); //pobaby
}
-->
</script>
</head>
<body onload="serchDOM()">
<img alt="pobaby" src="1.jpg" />
</body>
</html>