Results 1 to 4 of 4

Thread: Active X

  1. #1
    Member
    Join Date
    Mar 2002
    Posts
    42

    Active X

    hi every body
    i have a problem .i am trying to make script in html which make use of some activex object
    when every i enter the command
    set val = create object ("????")
    the explorer ask a question with yes and no button
    can i remove i does some body know about it to off that option
    Thanks.
    Always From Better to Best

  2. #2
    humm, It is like that run an activex without the victims knowlage isn't it?

  3. #3
    Senior Member
    Join Date
    Nov 2001
    Location
    Ireland
    Posts
    734
    maybe "new object()" might work better?
    Unleashed > Don't be so paranoid!

  4. #4
    Senior Member
    Join Date
    Oct 2001
    Posts
    175

    Hmmm

    i have a problem .i am trying to make script in html which make use of some activex object
    when every i enter the command
    set val = create object ("????")
    the explorer ask a question with yes and no button
    can i remove i does some body know about it to off that option
    Thanks.
    Hmm...First off: "Create Object" is usually one word: CreateObject("whatever")

    Second: What is this "Question", with the yes or no buttons? It sounds like a Scripting Error Dialog Box ("Do you want to continue running this script?")... Probably caused by your improper syntax with CreateObject

    Hope that helps

    Simon Templer
    Simon Templer

    \"Your work is to discover your world and then with all your heart give yourself to it. \"
    -The Buddha

Posting Permissions

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