摘要:
$.post("../URL.ashx", { Parameter1:Parameter1 Value,Parameter2:Parameter2 Value}, function(data){ $("#<%=txtFieldValue.ClientID %>").val(data);//处理返回信息});http handler URL.ashx文件中:context.Response.ContentType = "text/plain"获取传递的参数context.Request("Parameter1&qu 阅读全文
posted @ 2012-10-16 10:12
Black Bean
阅读(191)
评论(0)
推荐(0)
浙公网安备 33010602011771号