查看完整版本: [-- 自己的程序登录OWA页面跳转出现乱码 --]

Exchange技术论坛 -> Exchange 二次开发 -> 自己的程序登录OWA页面跳转出现乱码 [打印本页] 登录 -> 注册 -> 回复主题 -> 发表主题

dajiangyou 2012-10-09 10:23

自己的程序登录OWA页面跳转出现乱码

自己写的一个WEB程序,在自己的web程序中输入帐号密码登录到OWA偶尔会出现乱码,刷新后正常.
自己构建登录代码如下,使用的https://mail.****.cn/owa/auth/owaauth.dll"  dll进行登录。
错误信息如下图,右键网页记事本打开文字信息“自定义错误模块不能识别此错误。”
[attachment=1384]
  1. //public string LoadOWAPostJS(string strFormId, string userEmail, string pwd)
    //{
    // //构造的JS需要Realex发布的数据,并返回它
    // StringBuilder _strScript = new StringBuilder();
    // _strScript.Append("<script language='javascript'>");
    // _strScript.Append("var ctlForm = document.forms.namedItem('{0}');");
    // _strScript.Append("ctlForm.username.value=\"" + userEmail + "\";");
    // _strScript.Append("ctlForm.password.value=\"" + pwd + "\";");
    // _strScript.Append("ctlForm.submit();");
    // _strScript.Append("</script>");
    // return String.Format(_strScript.ToString(), strFormId);

    //}



ycguaa 2012-11-22 15:12
我的safari浏览器登录owa也有乱码,现在还不知道怎么解决。


查看完整版本: [-- 自己的程序登录OWA页面跳转出现乱码 --] [-- top --]



Powered by phpwind v8.7.1 Code ©2003-2011 phpwind
Time 0.019201 second(s),query:6 Gzip enabled