I can get simple scripts to work so long as I start with the tag <script>.
If I start with <script language="JavaScript">, nothing works.
I think the first way works for simple commands because it is using MSScript
and the commands are the same, but more complicated javascript commands
don't work.
I have java scripting enabled in Tools/Internet Options/Security.
How can I get the <script language="JavaScript"> tag to work?
I am running IE6 on XP Home.
Thanks,
Theo
Tony Williams - 24 Sep 2004 16:13 GMT
This is a line from a page I've built and this works in IE6
<SCRIPT LANGUAGE="JavaScript1.2" SRC="./assets/rollover.js"></SCRIPT>
Hope that helps
Tony Williams
> I can get simple scripts to work so long as I start with the tag <script>.
>
[quoted text clipped - 12 lines]
> Thanks,
> Theo