Quote:
Originally Posted by dann
EX: <script type="text/javascript" language="JavaScript"> NOT: <script type="text/javascript">
|
Actually, <script type="text/javascript"> is the correct version if the page is XHTML. The language tag has been deprecated and is no longer supported, since it is redundant. The browser already knows that it is javascript since it is specified in the type tag.