How to avoid ActiveX alert message

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PriyaPadma
    New Member
    • Feb 2008
    • 1

    How to avoid ActiveX alert message

    Hi All,
    Help Need. We are using third party control. We didnt receieve any codebehind and dll. Basically website developed in AJAX. Here is my problem. I need to populate windows login username in a textbox. So I used javascript to populate windows login. But I am getting "ActiveX control control on this page might be unsage to interact with other parts of the page" How to avoid this alert message.
    Pls help me ASAP!
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Please remember to provide a meaningful Title for any threads started (see the FAQ entry Use a Good Thread Title).

    This helps to ensure that other members, and also the general public, will have a better chance of finding answers to any similar questions.

    MODERATOR

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      Originally posted by PriyaPadma
      But I am getting "ActiveX control control on this page might be unsage to interact with other parts of the page" How to avoid this alert message.
      This message is there for safety reasons. Unless you lower the safety restrictions, I don't think you can avoid this message (except perhaps signing the control, though I can't be sure of that).

      Comment

      Working...