<html>
<body>
<img id="image" src="image123.jpg" width="120" height="120">
<script type="text/javascript">
document.getElementById("image").src="image123444.gif";
</script>
<p>the image name and extention changed </p>
</body>
</html>
<body>
<img id="image" src="image123.jpg" width="120" height="120">
<script type="text/javascript">
document.getElementById("image").src="image123444.gif";
</script>
<p>the image name and extention changed </p>
</body>
</html>
No comments:
Post a Comment