Home
Blog
Contact
Mailing List
Software
Active Directory Products
Object Compare
Permission Compare
IPhone Products
Calls To Calendar
SMS To Gmail
Voicemail To Gmail
Sites
SaveMySerials
How Long For Me
DocuTerminal
My Music To Me
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
First Version of SharePoint Validator now available on CodePlex
What causes "Please wait while scripts are loaded..." in SharePoint
JavaScript Classes: A quick rundown
Disabling (and setting) the tab stop of a browser in Firefox and MSIE
Using JavaScript intellisense in Visual Studio 2008
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:
|