Thread: Active X
View Single Post
Old 2010-10-31, 04:30 AM   #1
ecchi
Banned
 
ecchi's Avatar
 
Join Date: Oct 2003
Location: About to be evicted!!!!
Posts: 4,082
Active X

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?
ecchi is offline   Reply With Quote