跳到主要內容
搜尋
搜尋此網誌
弘弘的部落格
分享
取得連結
Facebook
X
Pinterest
以電子郵件傳送
其他應用程式
標籤
MVC
2月 21, 2013
hyperlink 執行action 完成後顯示訊息
範例如下
view
====
$('#列印條碼link').click(function () {
$.post(this.href, {}, function (result) {
alert(result.Message);
});
return false;
});
controller
====
return Json(new{Message=message});
留言
熱門文章
5月 07, 2016
讓chrome 自動開啟檔案且不要下載
7月 06, 2018
epplus 用法
留言