Jump to content

Javascript allow?


DarkPrince2005

Recommended Posts

I'm just wondering: Everytime we as end users open a page containing javascript that pop-menu appears in the browser asking if we want to allow the activex controll to run, is there a way that you can basically add a line or two to your code that it'll automatically run the script?

Link to comment
https://forums.phpfreaks.com/topic/105238-javascript-allow/
Share on other sites

actually only active-x makes that popup appear and javascript popups. But you shouldnt use js popups and activex anyway. popups are annoying and activex only runs on ie and its a bit pointless to create sites that work on ie only these days

Link to comment
https://forums.phpfreaks.com/topic/105238-javascript-allow/#findComment-538972
Share on other sites

Actually, having JS in a page DOES prompt the message

"To help protect your security, Internet Explorer has restricted this webpage from running scripts or ActiveX controls that could access your computer. Click here for options..."

 

However, that message only appears for JavaScript content when you are running that file directly on your computer. If you are accessing that webpage through an actual web server you will not get that alert (for Javascript content). So, there should be no need to include a work-around as your users will never see it. Besides, I know of no workaround for that anyway.

Link to comment
https://forums.phpfreaks.com/topic/105238-javascript-allow/#findComment-539250
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.