救急 active 控件调用js方法出错,为什么啊?
凋零的老树 2014-07-25 10:23:50 '调用页面 js函数出错
UserControl.Parent.Script.test (Now)
页面代码
<script type="text/javascript">
function test(o){ alert(o) }
</script>
</head>
<body>
<input type="button" value="active" onclick="test()">
</body>
</html>