JavaScript DHTML/Node Operation/specified — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 07:25, 26 мая 2010
"specified" Example
<html>
<body>
<button id="myButton"
onclick="alert(this.attributes["id"].specified);">
Specified Attributes
</button>
</body>
</html>