<script> <BR>function changeProp() <BR>{ <BR>btnProp.value = “This is the new VALUE”; <BR>} <BR>function changeCSSProp() <BR>{ <BR>btnStyleProp.style.backgroundColor = “aqua”; <BR>} <BR></script>
The event object property propertyName is used here to return which property has been altered.
VALUE=”Click to change the VALUE property of this button” onpropertychange='alert(event.propertyName+” property has changed value”)'> onclick=”changeCSSProp()” VALUE=”Click to change the CSS backgroundColor property of this button” onpropertychange='alert(event.propertyName+” property has changed value”)'>
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn