Testing html page - getting an ActiveX popup

1etherer

Fully Optimized
Messages
1,878
Location
Earth
Hi all,

Ive created a webpaage and testing it,

when I run it, I get the following pop up:
"restricted this webpage from running scripts or activex controls"

I was told I could use a MOTW inside <head>

so I done:
<!-- saved from url=(0004)test -->

"Test" being the name of the html file, but I still get the pop up and very annoying.

Anyway to stop it for just this one html file, without turning off activeX protection features?
 
Have you tried another browser?

Yeah it works with other browsers, but not straight away with IE unless I allow it.

I want to be able to browse the pages on any browser and want to find a way to atleast make this page alone an exception to the block?
 
Fixed it - any html page you run locally on your machine is considered unsafe as code can be tampered with.

If you add <!-- saved from url=(0014)about:internet --> inside the <head>

You are basically declaring the html safe for that page only.


Hope this helps others in the future :cool:
 
Back
Top Bottom