<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<img src="Images/logo2.gif" id="img1" width="400"> 
<script language="JavaScript">
        alert(document.getElementById("img1").width);
</script>
</body>
</html>