Link to home
Start Free TrialLog in
Avatar of woaini
woaini

asked on

disable the activeX popup warning

Hi,

I want to know how to disable the activeX popup warning each time I try to run my vbs and wsh script from my web page (showmodaldialog) ?

Here is the message :
"An ActiveX control on this page might be unsafe to interact with other parts of the page. Do you want to allow this interaction ?"

Thank for your help

Woaini
Avatar of bruno
bruno
Flag of United States of America image

change the security settings in your browser...

however, your users will still see the popup unless they also change their security settings.  you can't run something that might harm someones machine without them knowing.


BRUNO
Avatar of woaini
woaini

ASKER

Hello BRUNO,

I already try this option by reading the others questions
regarding the same topic.
There is one person who ask a question and at the end he said we can do it with cookie. But I don't know how to ask him.

Woaini
do you have a link to the question you are referring to?
posted there in the hopes that the user will come here and explain how cookies were used....
Have you tried signing your ActiveX control? That is always a good practice and might solve your problem.
Avatar of woaini

ASKER

Hello Alfaromeo,

What you mean by signing my activeX control ?
I just writing vbs script and calling those script from a html page. Because VB script doesn't have a GUI interface.

Woaini
You can't use cookies to disable popup ActiveX warning :) This even sounds kinda funny...
Avatar of woaini

ASKER

GEM100 : Thank you for your comment !

Alfaromeo : I read quickly the link you sent to me.
This solution is only when I have an activeX control that I needs to sign. But in my case, I don't have any activeX control. I just develop vbscript file and call these function from an HTML page because VBscript cannot have GUI interface.
ASKER CERTIFIED SOLUTION
Avatar of GEM100
GEM100

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Why don't you just use ASP?  In any event, you can't get away from that prompt without changing the browser settings.  The reason the prompt is there is so that malicious code is not executed on the client machine without the client first authorizing it.  If it were possible to remove the prompt remotely, then it would defeat the whole purpose.
Agree with GEM100 about the cookies and stino about the ASP.  The only way you can override is to trust the site in your security settings.  What is the script code trying to accomplish?  Because ASP (or another scripting language that resides server-side) would probably be your best bet...
I want to know how to disable the activeX popup warning each time I try to run my vbs and wsh script from my web page (showmodaldialog) ?
This person has been suspended for multiple violations of the Member Agreement, and will reject the proposed answer, and return your question to the Active Questions List.  The Moderator Group is deleting all 388 locked questions.

These were posted by three persons:

quirkyquirky
EliteKiller
liloXwin
 
Thank you,
ComTech
CS Admin @ EE
i think my first comment here is still correct...
Mine is also correct...
It is time to clean this abandoned question up.  

I am putting it on a clean up list for CS.

<recommendation>
points to brunobear

</recommendation>

If anyone participating in the Q disagrees with the recommendation,
please leave a comment for the mods.

Cd&
Points split, brunobear (for the first valid answer) and GEM100 (for expanding on that answer)

Points for brunobear are at https://www.experts-exchange.com/questions/20569131/Points-for-brunobear.html

Chmod
Community Support Moderator @Experts Exchange