I have a page stored on my hard drive that is basically just a text box (I use it as a quick spell checker), the entire page is simply:
Code:
<html>
<body bgcolor="#000099">
<textarea cols="150" rows="35"></textarea>
</html>
Since Windows last updated itself, opening this page in IE get me a "Active X has been blocked" message. Does anyone know what in that code to make it think I am using Active X?