Home
Blog
Contact
Mailing List
Software
Blog
Twitter
|
<< Back To All Blogs
Differences including javascript file in MSIE and Firefox
Monday, January 7th, 2008
Just a quick note, that all script tags are not created equally... especially when comparing the differences between MSIE and Firefox.
In Firefox the following works:
<script type="text/javascript" src="js/library.js" />
In MSIE it doesn't, to do the same thing in MSIE you have to do the following (which also works in Firefox):
<script type="text/javascript" src="js/library.js"></script>
Microsoft... please make your HTML VALID in MSIE 8... I know there are a gazillion developers out there that have made this same complaint... but this single issue completely stopped all rendering of the page in MSIE COMPLETELY.
Tom out.
Tags
JavaScript
Web_Development
Related Blogs
Javascript XMLHttp requests: Fixing the data necessary to complete this operation...
JavaScript Classes: A quick rundown
What causes "Please wait while scripts are loaded..." in SharePoint
Disabling (and setting) the tab stop of a browser in Firefox and MSIE
Comments
Currently no comments.
Add A Comment
Name:
URL:
Email Address: (not public, used to send notifications on further comments)
Comments:

Enter the text above, except for the 1st and last character:
|