Hey everyone,
I am new to the group, but wondered if anyone could help me with this javascript problem I am having (and cannot seem to get rid of). Here is my code that is giving me the problem:
<script type="text/javascript">
<!--
createTree(Tree,1); // start the tree at node nr. 1
-->
</script>
The error I get in IE 6, is "Error: Expected ';' ". The line it gives me for the error is the last line (the one with "</script>"). Funny thing is, I do not get this error in Netscape 7 when I try it.
Any ideas?
-AP
I am new to the group, but wondered if anyone could help me with this javascript problem I am having (and cannot seem to get rid of). Here is my code that is giving me the problem:
<script type="text/javascript">
<!--
createTree(Tree,1); // start the tree at node nr. 1
-->
</script>
The error I get in IE 6, is "Error: Expected ';' ". The line it gives me for the error is the last line (the one with "</script>"). Funny thing is, I do not get this error in Netscape 7 when I try it.
Any ideas?
-AP