Content advisor popup window problem

E

eganders

I am setting up the content advisor to allow only one site to be
accessed. It does that well, but within the website that I allow, I
have a popup window that is launched and a javascript that is run. If
either of these occurs, the content advisor window pups up asking for
the administrator password. The popup window and script are not kept
from working, it is just that the popup window comes up and I have to
X out of it.

Does anyone know what would make the content advisor popup window to
appear (especially since it does not disable the viewing of the popup
window or the result of the java script).


The following script is placed in the Windows/system32 folder under
the filename "noaccess.rat". I did not write this script and it may
have something to do with my problem.

((PICS-version 1.0)
(rating-system "http://www.microsoft.com")
(rating-service "http://www.microsoft.com")
(name "Noaccess")
(description "This will block all sites.")
(category
(transmit-as "m")
(name "Yes")
(label
(name "Level 0: No Setting")
(description "No Setting")
(value 0) )
(label
(name "Level 1: No Setting")
(description "No Setting")
(value 1) ) ))
 
E

eganders

I believe this is the issue:

Content Advisor Displays Warning for Script URLhttp://support.microsoft.com/kb/329160/en-us

--

Jon Kennedy, MS MVP/IE
Charlotte, NC, USA
(e-mail address removed)

Thank you very much. I will review this and see if I can incorporate
the result into my script. Thanks again.

Eric Anderson
 
E

eganders

I believe this is the issue:

Content Advisor Displays Warning for Script URLhttp://support.microsoft.com/kb/329160/en-us

--

Jon Kennedy, MS MVP/IE
Charlotte, NC, USA
(e-mail address removed)

I looked over the suggested solution. There are actually two
recommended solutions. I am not familiar with HTML code and I am not
sure what the "button" and "span" elements really do. Therefore, I am
not sure how to place them into the code I have above. If I use the
span element, I assume I would use the code:

<HTML>
<HEAD>
<LINK href="Button.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY>
<Form>
<SPAN class="Buttonspan" STYLE="color: blue"
onclick="javascript:window.open('http://www.orb.com')" >
<u>click</u></SPAN>
</Form>
</BODY>
</HTML>


Where orb.com is the site that I am allowing. If I am correct so far,
what line should I place the code? Should it be added at the end?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top