Author |
|
rudolf.riegler Newbie
Joined: 12 November 2012
Online Status: Offline Posts: 18
|
Posted: 25 December 2012 at 7:13am | IP Logged
|
|
|
Hi,
I have integrated the webmail in my webapp like it is described in the AfterLogic documentation. Here you see a part of the code:
integr.UserLoginByEmail(Session["email"].ToString(), Session["login"].ToString(), Session["password"].ToString(), WMStartPage.NewMessage, Session["mailAdresses"].ToString());
As you can see I'm using a "session" to transfer Mailadresses (last parameter of the method). This works without any problems using Firefox and Chrome, however Internet Explorer (V9) doesn't not work.
In debug mode at the local server a JScript Runtime error (function expected) occurs in the file "html-editor.js" in codeline 239 (this._area = (Browser.IE) ? frames('EditorFrame') : editor;).
At the public server neiter Email-adresses have been transferred nor an error occurs.
Does anybody have an idea?!?!
best regards
Rudi
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 26 December 2012 at 4:29am | IP Logged
|
|
|
The latest version of of WebMail Lite ASP.NET became available before IE9 release, so it doesn't support that, and we're not planning to update that product in the forseeable future. Consider switching to PHP version of AfterLogic WebMail; if .NET is your only option for any reason, WebMail Pro is known to work with IE9 fine.
--
Regards,
Igor, AfterLogic Support.
|
Back to Top |
|
|