473,396 Members | 1,799 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Detecting MS Outlook 2002/2003

Hi all,

Via client side JavaScript I need to detect whether Outlook 2002 or
2003 is installed on a client machine. How can I do that using
JavaScript?

Thanks,

Emil
Jul 23 '05 #1
7 1870
On 27/9/04 11:49 pm, Emil Frank wrote:
Hi all,

Via client side JavaScript I need to detect whether Outlook 2002 or
2003 is installed on a client machine. How can I do that using
JavaScript?

Thanks,

Emil


You can't. Client-side Javascript is built with security features to stop
people snooping around on their visitors' systems.

However there is an HTML solution. Something like this should do the trick:

===
<FORM action="...">
<P>Do you have Outlook 2002/2003 installed?</P>
<P><LABEL><INPUT type="radio" name="have_oe" value="no" checked>
No</LABEL><BR>
<LABEL><INPUT type="radio" name="have_oe" value="yes"> Yes</LABEL></P>
<P><INPUT type="submit" value="Submit"></P>
</FORM>
===

--
Philip Ronan
ph***********@virgin.net
(Please remove the "z"s if replying by email)
Jul 23 '05 #2
Emil Frank wrote:

Via client side JavaScript I need to detect whether Outlook 2002 or
2003 is installed on a client machine. How can I do that using
JavaScript?

You don't. You can't - security measures stop you snooping on a client
system at all.
Jul 23 '05 #3
em********@yahoo.com (Emil Frank) wrote in message news:<6d**************************@posting.google. com>...
Hi all,

Via client side JavaScript I need to detect whether Outlook 2002 or
2003 is installed on a client machine. How can I do that using
JavaScript?

Thanks,

Emil


Hi,

Hmm...on the other side there are Java Script utilities available that
allow to detect whether Office or MS Messenger is installed on the
client side.

See:

http://silkworth.net/browser_os/plugs.html

So I was wondering whether the same could be done for Outlook?

Thanks,

Emil
Jul 23 '05 #4
On 28/9/04 6:00 pm, Emil Frank wrote:
Hi,

Hmm...on the other side there are Java Script utilities available that
allow to detect whether Office or MS Messenger is installed on the
client side.

See:

http://silkworth.net/browser_os/plugs.html

So I was wondering whether the same could be done for Outlook?


The page you mentioned just checks for browser plug-ins. But even that can't
be done reliably. In fact all I get from this page is a string of Javascript
errors, which is kind of funny in a way because I'm actually using Internet
Explorer.

--
Philip Ronan
ph***********@virgin.net
(Please remove the "z"s if replying by email)
Jul 23 '05 #5
In article <6d**************************@posting.google.com >,
em********@yahoo.com (Emil Frank) wrote:

Via client side JavaScript I need to detect whether Outlook 2002 or
2003 is installed on a client machine. How can I do that using
JavaScript?
No. See below. Hmm...on the other side there are Java Script utilities available that
allow to detect whether Office or MS Messenger is installed on the
client side.

See:

http://silkworth.net/browser_os/plugs.html


They seem to be doing the work Visual Basic.

<script type="text/vbscript"><!--
on error resume next
Function CanCreate(ctlName)

And use:
r = new ActiveXObject(ctlName);

Glad I use Netscape as my browser.
Robert
Jul 23 '05 #6
In article <6d**************************@posting.google.com >,
em********@yahoo.com enlightened us with...
Hi all,

Via client side JavaScript I need to detect whether Outlook 2002 or
2003 is installed on a client machine. How can I do that using
JavaScript?


Use an HTA (jscript). You have a lot more options there.

This cannot be done without supressing normal javascript security, which an
HTA is not subject to. I assume this is for an intranet app. Any other use,
you really can't.
--
--
~kaeli~
Join the Army, meet interesting people, kill them.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 23 '05 #7
Hi,

Thanks for your help!

Can you please point me to a few JScript samples that illustrate how
this could be done!

Thanks in advance,

Emil
kaeli <ti******@NOSPAM.comcast.net> wrote in message news:<MP************************@nntp.lucent.com>. ..
In article <6d**************************@posting.google.com >,
em********@yahoo.com enlightened us with...
Hi all,

Via client side JavaScript I need to detect whether Outlook 2002 or
2003 is installed on a client machine. How can I do that using
JavaScript?


Use an HTA (jscript). You have a lot more options there.

This cannot be done without supressing normal javascript security, which an
HTA is not subject to. I assume this is for an intranet app. Any other use,
you really can't.
--

Jul 23 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Al Franz | last post by:
Just upgraded from Outlook 2002 to 2003 for my email reader. And emails I get from a PERL script now display the $eol written in PERL as a space instead of a carriage return and line feed as they...
0
by: dls | last post by:
Whenever I start VS.NET (1.0) the MSI installer runs to configure Outlook 2002. Is there a conflict here? Outlook 2002 seems to run ok.
0
by: ifeoma | last post by:
I have a script which sends emails through Access. It sends these emails as if it was sent through Outlook. I had no problem with this using Office 2000 but with the newer Outlook 2002 it asks if I...
0
by: M O J O | last post by:
Hi, I want to mimic Ms Outlook 2002/2003's To, Cc and Bcc TextBoxes. That is, I want to be able to underline part of the text in the TextBox. Since I can't imagine that .Net's TextBox is able...
2
by: Neal Miller | last post by:
Hi all Is there any way to disable the Outlook warning that pops up when a program tries to access these Outlook objects I'd be happy to enter the password into a program, but I cannot figure...
0
by: Water Cooler v2 | last post by:
How do you check for the existence of new/unread email in Microsoft Outlook 2002 using the Outlook Object Model with COM Interop, and not using MAPI/CDO to go to the Exchange server? For e.g...
2
by: The Facilitator | last post by:
Hello all, Was just wondering how to import the category list to Access 2002 from Outlook 2002? I am setting up some reports where I am using the tasks in Outlook and one of the queries I need...
0
by: mdevenney | last post by:
My company doesn't allow for the use of .pst files. So to archive email we have to select the email(s) and click save as or drag them to a folder. I want to write a c# app that will show your...
1
seraieis
by: seraieis | last post by:
Hello all! I'm having a strange issue happen from a recent upgrade from Outlook 2002 to 2003. Here is a dumbed down version of the main loop I'm using to debug the problem: Dim app As...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.