• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to access an application without using ActivexObject in javascript?

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am working in javascript now,I have a small query to make.Is there any way to
access an application without using ActivexObject
currently iam using the following code



i need to access any application without using Activex Object, right now my code has hardcoded application
names as shown above
please provide your valuable suggestions thank you in advance

 
author
Posts: 297
5
Android Firefox Browser Fedora
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No. ActiveX only ever worked in IE anyway, it was a bad idea even there, and Microsoft are phasing it out of the standard web experience.
 
reply
    Bookmark Topic Watch Topic
  • New Topic