Hi, I have a 4 fiels, defaultjs.htm and Empresa.j, Facade.js, Directorio.js. All the js files are objects, but when a need to run my program always show the error Facade or Directorio is undefined.
On my defaultjs.htm I include the js files
<script language="javascript" src=http://www.webdeveloper.com/forum/archive/index.php/"js/Empresa.js"></script>
<script language="javascript" src="js/directorio.js"></script>
<script language="javascript" src="js/facade.js"></script>
When I take all the code and compact and unique file this run with no problem.
Something know wath is the problem?
On my defaultjs.htm I include the js files
<script language="javascript" src=http://www.webdeveloper.com/forum/archive/index.php/"js/Empresa.js"></script>
<script language="javascript" src="js/directorio.js"></script>
<script language="javascript" src="js/facade.js"></script>
When I take all the code and compact and unique file this run with no problem.
Something know wath is the problem?