DarkPrince2005 Posted May 12, 2008 Share Posted May 12, 2008 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? Quote Link to comment Share on other sites More sharing options...
RichardRotterdam Posted May 12, 2008 Share Posted May 12, 2008 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 Quote Link to comment Share on other sites More sharing options...
Psycho Posted May 12, 2008 Share Posted May 12, 2008 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. Quote Link to comment Share on other sites More sharing options...
DarkPrince2005 Posted May 12, 2008 Author Share Posted May 12, 2008 Thanx guys and gals for that info which i'm sure many people wonder about, but in actuallity feel to ashamed to ask Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.