R
Robert
Hi,
I have some questions regarding including javascript files.
<head>
<script src="file1.js" type="text/javascript"></script>
<script src="file2.js" type="text/javascript"></script>
</head>
Is it safe to assume that file1.js is always completely before any
statement is executed in file2.js?
One other question is if it is possible to include a javascript file,
but not getting an error about it if this file does not exist (in IE6,
Firefox and other modern browsers)?
Robert.
I have some questions regarding including javascript files.
<head>
<script src="file1.js" type="text/javascript"></script>
<script src="file2.js" type="text/javascript"></script>
</head>
Is it safe to assume that file1.js is always completely before any
statement is executed in file2.js?
One other question is if it is possible to include a javascript file,
but not getting an error about it if this file does not exist (in IE6,
Firefox and other modern browsers)?
Robert.