<html>
<body>
<img id="compman" name="compman" src="/i/eg_compman.gif" alt="Computerman" />
<br />
<script type="text/javascript">
document.write("Image name: ");
document.write(document.getElementById('compman').name);
</script>
</body>
</html>