Hi john, If I understand the problem (if there is a problem), IE security model is applied to each window, so if a window should go to internet (defined for exemple in the start page), you haver this message if you try to load a loacl page WITH javascript. And I think the oppposite is still true.
IE has a strong security behaviour :)) -- david On 3 fév, 17:43, "[email protected]" <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
