tags:

views:

89

answers:

1

Is there any way to find out if a user has Yahoo Messenger installed, using javascript?

I'm trying to better handle ymsgr: links, as IE throws a cryptic error if YM is not installed.

+3  A: 

Javascript has no access to client OS to check if a program is installed or not.

Amr ElGarhy