1
<img id="compman" src="/examples/compman.gif" lowsrc="compman_lowres.gif" alt="Computerman" width="107" height="98">
2
<br>
3
<script>
4
var x = document.getElementById("compman");
5
document.write('<a href="' + x.lowsrc + '">低分辨率</a>');
6
</script>