L
Lüpher Cypher
Hi,
I'm developing a site for a department in my college. Their server has
no server-side scripting and thus I'm forced to use JS. As the
department have many pages with the same look-and-feel, I've decided
that I'll use HTML template to have the page look the same and JS to fix
the menu so that one wouldn't have to update all the pages if something
was deleted, added or modified. Anyways, FireFox takes it well, and so
does NS, but IE6 comlains that the page may modify data on the computer.
Anyways, this simple page creates the same problem:
<html>
<body>
<script language="javascript">
</script>
</body>
</html>
So, I figure that as long as IE(6) encounters a <script> tag, it starts
complaining (taking into account the security settings), which seems
rather dumb. So, I was wondering if there is a work-around.
Anyone?
Thanks,
Lüph
I'm developing a site for a department in my college. Their server has
no server-side scripting and thus I'm forced to use JS. As the
department have many pages with the same look-and-feel, I've decided
that I'll use HTML template to have the page look the same and JS to fix
the menu so that one wouldn't have to update all the pages if something
was deleted, added or modified. Anyways, FireFox takes it well, and so
does NS, but IE6 comlains that the page may modify data on the computer.
Anyways, this simple page creates the same problem:
<html>
<body>
<script language="javascript">
</script>
</body>
</html>
So, I figure that as long as IE(6) encounters a <script> tag, it starts
complaining (taking into account the security settings), which seems
rather dumb. So, I was wondering if there is a work-around.
Anyone?
Thanks,
Lüph