CXYVIP官网源码交易平台_网站源码_商城源码_小程序源码平台-丞旭猿论坛
CXYVIP官网源码交易平台_网站源码_商城源码_小程序源码平台-丞旭猿论坛
CXYVIP官网源码交易平台_网站源码_商城源码_小程序源码平台-丞旭猿论坛

onpropertypchange

<html>
<head>
<script language=”javascript”>
function changeBox(status)
{
textbox.style.display = status ? “” : “none”
}
</script>

<script language=”javascript” for=”test” event=”onpropertychange”>
var propName = event.propertyName
var propValue = this[propName]

switch(propName)
{
case “checked”:
changeBox(propValue)
break;
}
</script>
</head>

<body>
<input type=”radio” id=”test” name=”radio” checked=”true” />
<input type=”radio” name=”radio” />
<input id=”textbox” />
</body>
</html>

<div style=”position: absolute; top: 10; right: 10; width: 148; height: 18;cursor:hand”>
<input type=”button” name=”Button” value=”查看源代码” onClick= ‘window.location = “view-source:” + window.location.href’></div>

以上就是【onpropertypchange】的全部内容了,欢迎留言评论进行交流!

© 版权声明
THE END
喜欢就支持一下吧
点赞0赞赏 分享
相关推荐
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容