S
Saml
When opened in IE 6.0 SP2 from my local hard drive, the simple javascript
below gives me a warning
"To help protect your security, Internet Explored has restricted this file
from showing active content that could access your computer."
But it gives no warning when opened from
http://home.comcast.net/~lennsam_va/test1.htm and this is what I expect,
since I'm not trying to block scripting.
I can't seem to find any IE setting that will stop the warning message when
opening from my local drive. I can right click and allow blocked content,
but it annoys me when testing stuff locally.
What am I missing?
Thanks, Sam
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body >
<script type="text/javascript">
<!--
document.write("Hello, world!")
-->
</script>
</body>
</html>
below gives me a warning
"To help protect your security, Internet Explored has restricted this file
from showing active content that could access your computer."
But it gives no warning when opened from
http://home.comcast.net/~lennsam_va/test1.htm and this is what I expect,
since I'm not trying to block scripting.
I can't seem to find any IE setting that will stop the warning message when
opening from my local drive. I can right click and allow blocked content,
but it annoys me when testing stuff locally.
What am I missing?
Thanks, Sam
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body >
<script type="text/javascript">
<!--
document.write("Hello, world!")
-->
</script>
</body>
</html>