Question : Exchange 2010 OWA Problem accessing Options

Hi All,

We have a newly installed server (Windows 2008 R2) with Exchange 2010 running on it.

I can logon to the webmail without any trouble, I've setup the SSL cert and all is good. The problem is when i try add email rules or access the webmail options. I get the following error popping up:
__
Access Denied

You must be signed in to an Outlook Live account to open this page. If you don't have an Outlook Live account, please contact your helpdesk.
__

Does anyone have any idea why I'm getting this?

I've tried googling it but can't seem to find much.

Looking forward to your assistance.

Regards,
Dane

(Screen shot attached)
Attachments:
 
Error screen shot
Error screen shot
 

Answer : Exchange 2010 OWA Problem accessing Options

you could try creating a text-node and appending it as a child.. i dont think innerText is part of the dom.
...
var myText = document.createTextNode("Trash");
span.appendChild(myText);
Random Solutions  
 
programming4us programming4us