When loading a page that includes the prototype.js library (I've tried
both 1.6.0.2 and 1.6.0.3), IE 7 pops up a dialog box that says
"Content from the Web site below is being blocked by Internet Explorer
Enhanced Security Configuration" and lists the URL "http://". That's
right - no IP Name, 'localhost' or anything. Any attempt to add this
to IE's allowed URLs fails since it's not a valid URL. A web page as
simple as the one below exhibits this sympton. If I remove the link to
prototype.js, the behavior goes away.
<html>
<head>
<title>testing</title>
<script language="javascript" type="text/javascript" src="/javascript/
prototype.js"></script>
</head>
<body>
<p>testing</p>
</body></html>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---