JavaScript Reference/Javascript Properties/dynsrc — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:22, 26 мая 2010
"dynsrc" Example
<html>
<body>
<script language="JavaScript">
function setSource() {
document.all.myImage.dynsrc = "yourvideo.avi";
}
</script>
<img id="myImage" start="mouseover" alt="" width="200" height="200">
<button onclick="setSource();">Set Source</button>
</body>
</html>
"dynsrc" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<img> <input> |
| |<input type="image"> |
+----------------+--------------------------------------------------------------+
"dynsrc" Syntax and Note
Note:
Read and write property.
Specifies the URL of a video clip.
Syntax:
document.all.elementID.dynsrc = value