I'm having problems understanding what files to put where and / or what
paths to put in place to fix the problem below.
In the head section:-
<script type="text/javascript" src="cooltreepro.js"></script> <script type="text/javascript" src="tree_nodes.js"></script> <script type="text/javascript" src="tree_format.js"></script>
In the body section:-
<script type="text/javascript" src="/acatalog/cooltreepro.js"
language="JavaScript">
var tree1 = new COOLjsTreePRO("tree1", TREE_NODES, TREE_FORMAT);
tree1.init();
</script>
The problem is that the javascript doesn't load, and reports a stack over
flow message:-
Example:
http://www.colourways.net/rscds/sidenav2.html
I'd appreciate any input.
paths to put in place to fix the problem below.
In the head section:-
<script type="text/javascript" src="cooltreepro.js"></script> <script type="text/javascript" src="tree_nodes.js"></script> <script type="text/javascript" src="tree_format.js"></script>
In the body section:-
<script type="text/javascript" src="/acatalog/cooltreepro.js"
language="JavaScript">
var tree1 = new COOLjsTreePRO("tree1", TREE_NODES, TREE_FORMAT);
tree1.init();
</script>
The problem is that the javascript doesn't load, and reports a stack over
flow message:-
Example:
http://www.colourways.net/rscds/sidenav2.html
I'd appreciate any input.
Comment