我用C#写的图片上传
最后这样写的
Response.Write(" <script type=\"text/javascript\">parent.KE.plugin[\"image\"].insert(\"" + Request.Form["id"] + "\", \"" + filename + "\",\"" + Request.Form["imgTitle"] + "\",\"" + Request.Form["imgWidth"] + "\",\"" + Request.Form["imgHeight"] + "\",0,\"" + Request.Form["align"] + "\");<"+"/script> ");
图片是能成功写入 但是 页面总是报
exception thrown and not caught 的js错误
求解!