|
Posted by rwap on 11/10/85 11:56
Hi John,
Internet Explorer is set to block scripts running on a webpage that is
based on your own computer (hence it spots the <script> tags and gives
the warning). However, once you upload it to a server, the script is
allowed to run (as it is running on your server, not your local
computer).
Rich Mellor
www.internetbusinessangels.com
John wrote:
> Hello all.
> Why does this html:
>
> <html>
> <head>
> </head>
> <body>
> <script> </script>
> </body>
> </html>
>
> create the "To help protect your security, Internet Explorer has restricted
> this file from showing Active Content that could access your computer."
> message on my computer (Windows XP), but this webpage , for example,
> http://www.dhtmlgoodies.com/scripts/dhtmlgoodies-slide-out-menu/dhtmlgoodies-slide-out-menu.html
> does not even though it has <script> tags all over it?
>
>
> ??
>
> Appreciate the help.
>
[Back to original message]
|