执行分为在客户端与服务端执行


Warning: Undefined array key "HTTP_REFERER" in /www/wwwroot/prod/www.enjoyasp.net/wp-content/plugins/google-highlight/google-hilite.php on line 58
执行分为在客户端与服务端执行

? <asp:Button ID=”Button1″ runat=”server” Text=”提交” onclick=”Button1_Click”
??????????????????? OnClientClick=”return confirm(‘Ok to post?’)”? />

onclick 在服务端执行
onclientclick 在客户端执行