473,795 Members | 2,999 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How do I prevent IE Active Content warning message appearing?

I have now finally got the JSCookMenu to work (hooray!)

But every time I test it, my IE browser delivers an "Informatio n Bar"
warning about active content.

The MS Help says "This message appears when a Web page on your computer
tries to run a script or ActiveX control."

I have tried setting Security to as low as possible, and enabling everything
I can see in the internet zone security settings .... but I can't stop this
warning from appearing.

HOW can I stop it?

NOTE please: I would prefer, if known, the MINIMUM security reduction
needed to stop it - but if no one knows that then what more general settings
do I need to change???

As I've said above, the [Security] tab in settings seems not to affect
things - even if I totally end IE and reload it.

TIA

Aug 12 '05 #1
6 18350
Richard said the following on 8/12/2005 6:42 PM:
I have now finally got the JSCookMenu to work (hooray!)
From your post, obviously not.
But every time I test it, my IE browser delivers an "Informatio n Bar"
warning about active content.

The MS Help says "This message appears when a Web page on your computer
tries to run a script or ActiveX control."

I have tried setting Security to as low as possible, and enabling everything
I can see in the internet zone security settings .... but I can't stop this
warning from appearing.

HOW can I stop it?


Stop using ActiveX controls.....

--
Randy
comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly
Aug 13 '05 #2

"Randy Webb" <Hi************ @aol.com> wrote in message
news:f_******** ************@co mcast.com...
Richard said the following on 8/12/2005 6:42 PM:

[..snipped...]
I have tried setting Security to as low as possible, and enabling
everything I can see in the internet zone security settings .... but I
can't stop this warning from appearing.

HOW can I stop it?


Stop using ActiveX controls.....


Thanks for the reply.

Could you please expand on how and where I may be using ActiveX controls in
JSCookMenu and how I can stop using them?
Aug 13 '05 #3


Richard wrote:

But every time I test it, my IE browser delivers an "Informatio n Bar"
warning about active content.

The MS Help says "This message appears when a Web page on your computer
tries to run a script or ActiveX control."


That is a new security feature in IE 6 under Windows XP Service Pack 2
(sometimes called Windows XP SP 2) where the local file zone implements
that restriction.
You can do two things to avoid that prompt:
1) install and run a local web server (e.g. IIS if you have Windows XP
Professional or Apache for instance) to no longer load your pages from
the file system (e.g. file:///C:/dir/subdir/file.html) but from the
local web server instead (e.g.
http://localhost/virtualdir/virtualsubdir/file.html).
2) insert a so called mark of the web in your HTML documents:
<http://msdn.microsoft. com/workshop/author/dhtml/overview/motw.asp>
That way IE treats your HTML documents as if they are loaded from the
URL in the mark of the web.

--

Martin Honnen
http://JavaScript.FAQTs.com/
Aug 13 '05 #4
Richard said the following on 8/13/2005 6:15 AM:
"Randy Webb" <Hi************ @aol.com> wrote in message
news:f_******** ************@co mcast.com...
Richard said the following on 8/12/2005 6:42 PM:


[..snipped...]
I have tried setting Security to as low as possible, and enabling
everything I can see in the internet zone security settings .... but I
can't stop this warning from appearing.

HOW can I stop it?


Stop using ActiveX controls.....

Thanks for the reply.

Could you please expand on how and where I may be using ActiveX controls in
JSCookMenu and how I can stop using them?


Since I do not know, and honestly don't care, what JSCookMenu is, to
answer you question is impossible.

Since you say the browser issues an ActiveX warning, then you *must* be
using an ActiveX control because otherwise the browser wouldn't issue
the warning to start with.

--
Randy
comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly
Aug 13 '05 #5
"Randy Webb" <Hi************ @aol.com> kirjoitti
viestissä:T4*** *************** **@comcast.com. ..
Richard said the following on 8/13/2005 6:15 AM:
"Randy Webb" <Hi************ @aol.com> wrote in message
news:f_******** ************@co mcast.com...
Richard said the following on 8/12/2005 6:42 PM:


[..snipped...]
I have tried setting Security to as low as possible, and enabling
everythin g I can see in the internet zone security settings .... but I
can't stop this warning from appearing.

HOW can I stop it?

Stop using ActiveX controls.....

Thanks for the reply.

Could you please expand on how and where I may be using ActiveX controls
in JSCookMenu and how I can stop using them?


Since I do not know, and honestly don't care, what JSCookMenu is, to
answer you question is impossible.

Since you say the browser issues an ActiveX warning, then you *must* be
using an ActiveX control because otherwise the browser wouldn't issue the
warning to start with.

Randy Webb, back to school. You have not learned one thing about boolean
mathematics. What does OR mean? If a warning says: "a script _or_ ActiveX",
does that mean that
a) ActiveX *must* have been used.
b) ActiveX has not been used.
c) either a script or ActiveX has been used.

Hint 1: It's not a.
Hint 2: It's c.

--
SETI @ Home - Donate your cpu's idle time to science.
Further reading at <http://setiweb.ssl.ber keley.edu/>
Kimmo Laine <et************ ****@5P4Mgmail. com>
Aug 13 '05 #6
Smiler
1 New Member
The following link provides a concise explanation of the LOCAL SECURITY ZONE (the cause of your info bar woes) and some good little work arounds.
http://weblogs.asp.net/jgalloway/arc...20/218123.aspx
Aug 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2669
by: Carl Owenby | last post by:
Re: Microsoft Knowledge Base Article - 174942 "File Modified Outside Source Editor" Warning Message I believe I have discovered a cause of this warning in a specific situation. I encountered this message while using Microsoft Visual C++ .NET. The message box appears after the "Build Solution" command is complete, following editing of a source file using the native .NET editor.
7
1970
by: McKirahan | last post by:
What is "active content"? My ASP page just returns HTML.... I have a page with an .htm extension that has a form whose action is an ASP page which generates a report after updating a database with the form data. Under Windowx XP SP2 the IE6 "Information Bar" has the message: "To help protect your security, Internet Explorer has restricted this
38
3403
by: Emmett | last post by:
I have a simple jacascript that randomizes the background of the top frame of my webpage http://www.duke.edu/~efn. For some reason, my Internet Explorer started blocking the background and displaying this instead: http://www.duke.edu/~efn/pic.jpg. This problem didn't used to occur, and it doesn't happen on Firefox. Is there some way I can alter the script of the top frame http://www.duke.edu/~efn/top.html to prevent this from happening?...
1
1159
by: teo | last post by:
I have a Web Form with a Button on it, nothing more. I load the page from VisualStudio2005 Asp Net 2.0 enviroment (with internal server) and immediately go to Save As... the page all is ok. Again, I load the page from VisualStudio2005 Asp Net 2.0 enviroment
1
1511
by: NoWhereMan | last post by:
Hi everybody, first of all, let me say I'm not really a javascript (more a php) guy. Now, I'm trying to integrate lightbox V1 into my project http://flatpress.sf.net I chose V1 because it doesn't use prototype, so it's lighter. Well, I see LBv1 in IE displays the infamous 'active content blocked'
1
6423
by: Ian | last post by:
I've just discovered the msclr::lock class in the C++ Support Library online documentation. This seems like a much cleaner way to implement thread protection than using monitor::enter/try/finally/monitor exit. However, I cannot get around one of the warning messages and am requesting help in understanding what is causing the warning. All of the online sample code for the class msclr::lock generates the same warning message. I have...
1
1832
by: daydreaming | last post by:
Hi All, I have the below code which worked as what I want on Firefox, but the code did not work on IE6. Do you guys have any suggestion for me how to fix the code below to make it work on IE? Thank you for any help in advance. <!-- saved from url=(0014)about:internet --> <html> <head><title>Test</title> <script type="text/javascript"> <!--
2
1424
by: starfoxsb | last post by:
Hi all, I have web pages with "active content" running locally on my PC in Internet Explorer. These pages open other windows by "window.open()" and these windows have, in their turn, active content. As IE does not let any active content run in web pages that run locally, I have to "Allow Blocked Content" both for my main page and for the window opened. It's not nice, but it works...
4
3612
by: Mihail | last post by:
Hi ! I have a table named ... "Tbl" . If I run a MAKE TABLE query to make table (again) named "Tbl" then I receive an warning message: "The table already exist... Do you wish to replace it ?" Can I disable this warning ? More: How to remove a table from VBA ? Note: I disable warning messages from ACCESS OPTIONS when I run an ACTION QUERY.
0
9522
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10217
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10167
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9046
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7544
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6784
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5566
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4114
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2922
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.