Results 1 to 3 of 3

Thread: Problem with ActiveX object

  1. #1
    Join Date
    Dec 2007
    Posts
    13
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Problem with ActiveX object

    Hi All,

    I have used ActiveX object in my program. When i enable "Intialise and script ActiveX controls not marked as safe" at intenet->tools->security->customlevel ,
    i am able to run the program and when i diable activex controls mrked as safe, i am unable to run the program.

    Is there any way to enable it through programatically in javascript?
    Can anybody pls help me?

    Thanks,
    Sridevi.

  2. #2
    Join Date
    Jun 2007
    Posts
    543
    Thanks
    3
    Thanked 78 Times in 78 Posts
    Blog Entries
    1

    Default

    javascript can only control the browser to a certain extent. i don't know of anything that could.
    [Jasme Library (Javascript Motion Effects)] My Site
    /\/\@§†ê® §©®¡þ† /\/\@|{ê®
    There are 10 kinds of people in the world, those that understand binary and those that don't.

  3. #3
    Join Date
    Feb 2007
    Location
    England
    Posts
    254
    Thanks
    0
    Thanked 5 Times in 5 Posts

    Default in a word

    No.

    ActiveX allows file manipulation (read deleting) and so has to be explicitly allowed to run by the user (or user settings).

    Javascript cannot change these.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •