I need some help, here.
I need to call this .js file automatically,
not with an onClick function.
How can I call a .js file in a situation like the following:
----------------------------------
<SCRIPT LANGUAGE="JavaScript">
var cnt = "2";
</SCRIPT>
<script language="JavaScript" src=cnt+"1.js"></script>
----------------------------------
This call should load a .js file named "21.js".
I have tried all kinds of stuff. Now my mind is mush.
Please help, if you can.