共计 924 个字符,预计需要花费 3 分钟才能阅读完成。
这篇文章主要介绍了 Ajax 调用后台的代码怎么写的相关知识,内容详细易懂,操作简单快捷,具有一定借鉴价值,相信大家阅读完这篇 Ajax 调用后台的代码怎么写文章都会有所收获,下面我们一起来看看吧。
代码如下:
jQuery(function () { jQuery( #fff).click(function (e) { e.preventDefault(); var url = WebForm1.aspx + ?rand= + Math.random(); var str = btnAjaxGet_click jQuery.post(url, {txtname: str}, function (data, static) { if (data = True) {ShowUnknowMail(); }
函数 ShowUnknowMail()
{if (!isWinExist( MailForUnknow))
contentWin = new HWWeb( MailForUnknow
contentWin.showWindow({ title: , themeName: alphacube , url: ../PlaceOrder/MailForUnknow.aspx , top: 200, left:220, width: 550, height: 300});
}else{ alrt( 这个窗口打开了! } }if (!string.IsNullOrEmpty(Request[ txtname])) { string name = Request[ txtname if (name == btnAjaxGet_click) { Response.Write( True // 这是输出返回值 data=true//ajaxValue(); int i = BllLibrary.ajax();// 操作数据库 } else { Response.Write( False } }
关于“Ajax 调用后台的代码怎么写”这篇文章的内容就介绍到这里,感谢各位的阅读!相信大家对“Ajax 调用后台的代码怎么写”知识都有一定的了解,大家如果还想学习更多知识,欢迎关注丸趣 TV 行业资讯频道。
正文完