阅读背景:

从ASP.NET调用Javascript函数

来源:互联网 

My code is:

我的代码是:

<body>
<script type="text/javascript">
    function change() {
        alert("Hello");
    }
</script>
<form id="form1" runat="server">
<div>
    <asp:Button ID="Button1" runat="server" Text="Button" OnClick="change"/>
</div>
</form>
</body>
<body>
<script type="tex



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: