|
HTML DOM src Property
Complete Image Object Reference
Definition and Usage
The src property sets or returns the URL of an image.
Note: This property can be
changed at any time. However, the new image inherits the height and
width attributes of the original image.
Syntax
Example
<html>
<head>
<script type="text/javascript">
function changeSrc()
{
document.getElementById("myImage").src="hackanm.gif"
}
</script>
</head>
<body>
<img id="myImage" src="compman.gif" width="107" height="98" />
<br /><br />
<input type="button" onclick="changeSrc()" value="Change image">
</body>
</html>
|
|
Complete Image Object Reference
729,913 sites built with Wix. Make your own
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|