Nested JavaScript inclusions and IE
Consider the following scenario: file.html contains inline JS code to load remote.js and call a function in remote.js And in remote.js You would expect the output in this order and Firefox actually honors this order correctly:
- Before loading remote.js
- After loading remote.js
- In remote function
Labels: javascript
0 Comments:
Post a Comment
<< Home