PDA

View Full Version : script language tag is not recommended



yunakokimama
27 Mar 2007, 09:10 PM
My website http://www.coffeerosexpress.com
has so many error.

THe checker tool shows me that

1, line 210: 'LANGUAGE' is not recommened tag for <SCRIPT>
2, line 210:Type tag is required for <SCRIPT>
3, line 213: Type tag is required for <SCRIPT>
4, line 213: 'LANGUAGE' is not recommened tag for <SCRIPT>
5, line 216: Type tag is required for <SCRIPT>


But I don't understand what it means. Javascript is working in fine in both, firefox browser and explorer browser. Please let me know how to fix this.

Wickham
28 Mar 2007, 01:50 AM
Try the following:
<script type="text/JavaScript"
instead of
<script language="JavaScript">