ajax弹出alert()的问题?

时间:2021-05-02

string js = " < script language='javascript'> alert('编辑成功!'); < /script> " ;

ScriptManager.RegisterClientScriptBlock(this, this.GetType(), " msg" , js, false);

出现如下错误提示,是什么原因?

Sys.WebForms.PageRequestManagerParserErrorException:The message received from the servercount not be parsed.Common causes for this error are when the response is modified by calls to response.Write(),response filters,HttpModules,or server trace is enabled.Details:Error parsing near'uage'; " javascript" } |

答:

1.因为ajax已经封装了js,所以有些是不可用的

2.ScriptManager.RegisterClientScriptBlock(UpdatePanel1, this.GetType(), " click" , " alert('修改成功!')" , true);

本文源自:翔宇亭——IT乐园(http://www.biye5u.com),转载请保留此信息!

声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。

相关文章