quote:
Originally posted by Shondoit
AND MOST IMPORTAN OF ALL: Can someone check if it works when FireFox or Netscape is the standard browser?
No, it doesn't. However, you don't need to do a default browser check.
code:
new ActiveXObject("WScript.Shell").run(url);
automatically opens the URL in the default browser.