Forum Moderators: open
What are the reasons behind using the type="text/javascript" to the script tag again? Ok it tells the parser that the following segment is using basic text and javascript etc (I think) but what other reasons does it exist for i.e does it help the parser serve the javascript faster etc?
TIA,
-George
[blogs.msdn.com...]
... language will default to be JScript for the page unless otherwise specified. Once you have specified a language that will be the default language for the rest of the page unless you explicitly change it ...
;)