Guest_imported
New member
- Jan 1, 1970
- 0
Hi!
I defined several variables on JS file called xxx.js and add the following row to my html file:
<script language="JavaScript" src="xxx.js"></script>.
Then, I'm using those js variables in the html file.
Problem is that the js is not all loaded.The alert I got saying that js variables were not defined.
Problem accure just on small html files.If I do the same actions on much bigger file- js is well loaded.
Is there any relation to file size?
Why js wasnt well loaded?
Please help.
I defined several variables on JS file called xxx.js and add the following row to my html file:
<script language="JavaScript" src="xxx.js"></script>.
Then, I'm using those js variables in the html file.
Problem is that the js is not all loaded.The alert I got saying that js variables were not defined.
Problem accure just on small html files.If I do the same actions on much bigger file- js is well loaded.
Is there any relation to file size?
Why js wasnt well loaded?
Please help.