RE: tomcat and active x problem

2008-03-25 Thread Peter Crowther
> From: loredana loredana [mailto:[EMAIL PROTECTED] > function OpenOutlookDoc() > {try{ > var outlookApp = new ActiveXObject("Outlook.Application"); > var nameSpace = outlookApp.getNameSpace("MAPI"); > mailFolder = nameSpace.getDefaultFolder(6); [...] > }catch(e){ > alert(e); > // act on any error

RE: tomcat and active x problem

2008-03-25 Thread Propes, Barry L
I wonder if that is a breach of javascript across domains. Is that possible? -Original Message- From: loredana loredana [mailto:[EMAIL PROTECTED] Sent: Saturday, March 22, 2008 1:01 PM To: users@tomcat.apache.org Subject: tomcat and active x problem Hi, i have an html page that has a jav

Re: tomcat and active x problem

2008-03-23 Thread loredana loredana
trace in javascript. In my try catch block I just put an alert(exception) in case I get any and all I get is [Object error]. 10x in advance - Original Message From: Nikola Milutinovic <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Sunday, March 23, 2008 1:38:08 PM Subject:

Re: tomcat and active x problem

2008-03-23 Thread loredana loredana
try catch block I just put an alert(exception) in case I get any and all I get is [Object error]. 10x in advance - Original Message From: Nikola Milutinovic <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Sunday, March 23, 2008 1:38:08 PM Subject: Re: tomcat and active x problem

Re: tomcat and active x problem

2008-03-23 Thread Nikola Milutinovic
> Hi, i have an html page that has a javascript function that opens an outlook > mail window .the function is pretty basic: > > function OpenOutlookDoc() > {try{ > var outlookApp = new ActiveXObject("Outlook.Application"); > var nameSpace = outlookApp.getNameSpace("MAPI"); > mailFolder = nameSpac