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