I have a file that, when opened under IE7 & Windows XP, displays fine but under IE7 and Vista, it comes up with the "Internet Explorer has restricted this page from running scripts or ActiveX controls" message. I progressively whittled down the HTML (which had no scripts) to:
and I still get the message. Am I missing something?
Code:
<html>
<body>
blah blah
</body>
</html>
and I still get the message. Am I missing something?