在我的项目中,我有两个Asp.net页面。第一个是主页面,第二个是后端脚本页面。当用户点击第一页时,javascript将调用第二页,并应提醒“请确认”。但是javascript从第二页返回整个html标签。它不会返回错误。如何从第二页显示错误以在第一页中呈现它?请帮帮我
1.Javascript代码 http://www.mx7.com/view2/yCsMjYCaDlYctvSe
2.返回html整个第二页 http://www.mx7.com/view2/yCsMmssWC8MkqLH8
答案 0 :(得分:0)
不要使用Ajax调用int a=0,c=0,b;
case 1 a=a++;// in that case the value of a will be 0
case 2 a=++a;// in that case the value of a will be 1
case 3 b=c++;// in that case the value of b will be 0 but after the execution of
//the statement value of c will be 1 which it should be.
case 4 b=b+c;// here the value of b will be 1 means c will be 1 there and b will be 0
而是使用表单标记提交表单。这将解决您的问题。
如果您想使用$.post
方法更改服务器页面,则只返回整个页面的警报数据。