473,387 Members | 1,904 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Line 49, Column 18: there is no attribute "LANGUAGE"

nomad
664 Expert 512MB
I got this error code
Line 49, Column 18: there is no attribute "LANGUAGE"
<script language="javascript" type="text/javascript">mmLoadMenus();
How do I solve this problem.
Note I plan to recreate this site in HTML5

Here is my part of my html code.

Expand|Select|Wrap|Line Numbers
  1.  
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  3. <html>
  4. <head>
  5. <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
  6. <!-- TemplateBeginEditable name="doctitle" -->
  7. <!-- TemplateEndEditable -->
  8. <!-- TemplateBeginEditable name="title-css" -->
  9. <title>Light Laboratory</title>
  10.  
  11. <link rel="stylesheet" type="text/css" href="css/contact.css"/>
  12. <!-- TemplateEndEditable -->
  13.  
  14.  
  15.  
  16.  
  17. <script type="text/javascript" src="js/jquery.js"></script>
  18. <script type="text/javascript" src="js/script.js"></script>
  19.  
  20. <!--javasscript-->
  21. <script type="text/javascript">
  22. function MM_openBrWindow(theURL,winName,features) { //v2.0
  23.   window.open(theURL,winName,features);
  24. }
  25. </script>
  26. <script type="text/javascript" src="js/jquery-1.2.6.min.js"></script>
  27. <script type="text/javascript" src="js/menu.js"></script>
  28.  
  29. <script type="text/javascript" src="js/mm_menu.js"></script>
  30. <link rel="shortcut icon" href="images/lightlab-biglogo.ico">
  31. <!-- TemplateBeginEditable name="head" -->
  32. <!-- TemplateEndEditable -->
  33. </head>
  34.  
  35. <body >
  36. <script language="javascript" type="text/javascript">mmLoadMenus();
  37. </script>
  38.  
  39. <div id="header">
  40.  
  41.  
  42.    <div>
  43.         <div class="headerimg"></div>
  44.         <div  class="headerimg"></div>
  45.     </div>
  46.     <!-- Top navigation on top of the images -->
  47.     <div id="nav-outer">
  48.         <div id="navigation">
  49.         <div id="logo"><a href="index.html"><img src="images/logo.png" alt="Light Laboratory Logo" border="0"></a>
  50. </div>
  51.         <div style="float:right;"> <a href="http://www.nist.gov/nvlap/"><img src="images/nvlaplli.png" alt="NVLAP Website" border="0"></a>
  52.  
  53.       </div> 
  54.  
  55.             <div id="tollfree">
  56.  
  57.                 An Independent Photometric Test Laboratory.
  58.             </div>
  59. <div id="menu">
  60.                     <ul>
  61.                 <li style="width:150px;"><a href='AboutUs.html' class='menu_font' name="image1" id="image1" title="About LLI" onmouseover="MM_showMenu(window.mm_menu_0119103456_0,0,29,null,'image1')" onmouseout="MM_startTimeout();">&nbsp;About Us</a></li>
  62.  
  63.                  <li style="width:150px;"><a href='Services.html' class='menu_font' name="image6" id="image6" title="" onmouseover="MM_showMenu(window.mm_menu_0119103456_6,0,29,null,'image6')" onmouseout="MM_startTimeout();">&nbsp;Services</a></li>         
  64.  
  65.                  <li style="width:150px;"><a href='Certification.html' class='menu_font' name="image3"  id="image3" title="" onmouseover="MM_showMenu(window.mm_menu_0119103456_3,-2,30,null,'image3')" onmouseout="MM_startTimeout();">&nbsp;Certification & Accreditation</a></li>    
  66.  
  67.  
  68.              <li style="width:150px;"><a href='Resources.html' class='menu_font' name="image4"  id="image4" title="" onmouseover="MM_showMenu(window.mm_menu_0119103456_4,0,29,null,'image4')" onmouseout="MM_startTimeout();">&nbsp;Resources</a></li>                
  69.  
  70.  
  71.  
  72.     <li style="width:150px;"><a href='News-Events.html' class='menu_font' name="image2" id="image2" title="" onmouseover="MM_showMenu(window.mm_menu_0119103456_1,0,29,null,'image2')" onmouseout="MM_startTimeout();">&nbsp;News & Events</a></li>       
  73.  
  74.             <li style="width:150px;"><a href='Customer-Support.html' class='menu_font' name="image5" id="image5" title="" onmouseover="MM_showMenu(window.mm_menu_0119103456_5,0,29,null,'image5')" onmouseout="MM_startTimeout();">&nbsp;Customer Support</a></li>
  75.  
  76.  
  77.                  </ul>
  78.             </div>
  79.         </div>
  80.         </div>
  81.         <!--start here-->
  82.         <div style="height:100px;"></div>
  83.  
  84.         <!--end top navigation-->
  85.  
if you need to see the menu.js or the mm_menu.js please let me know.

Thanks
damon
Oct 17 '13 #1

✓ answered by Dormilich

the language attribute of the <script> tag is long deprecated and hence throws that notice.

2 1958
Dormilich
8,658 Expert Mod 8TB
the language attribute of the <script> tag is long deprecated and hence throws that notice.
Oct 17 '13 #2
nomad
664 Expert 512MB
This is what I did to solve the problem
<script type="text/javascript">mmLoadMenus();
</script>
Oct 21 '13 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: piraticman | last post by:
Hi. I have some code for a javascript jump menu... It validated with HTML 4.0 but now does not validate with XHTML strict 1.0. I have used name atributes in my code which aparantly are not...
3
by: Eitan | last post by:
Hello, In the Visual studio Interdev (.NET architecture) - How can I see the current column + line of the cursor ? Thanks :)
0
by: Matt | last post by:
Hi all, is there any way to create a multiple line column header within the DataGrid? Thanks, Matt.
0
by: Ted Timmons | last post by:
The text in my column headers is too long to fit on one line. Is there a way to make the column headers wrap to more than one line? Presently the text is cut off at the preset column width.
1
by: J L | last post by:
Is it possible to create multi-line column headers for the listview control? If so, how? TIA, John
2
by: Marco | last post by:
Is there a way to get the text in a column header to wrap to multiple lines? I'm using vb.net 2003.
2
by: Troels Thomsen | last post by:
Hello , When an exeption occurs in a IronPython executet script, and I print the sys.exc , i get something ugly like the example below. How can I get the fileName and line number? Thx in...
1
by: Miggiddy79 | last post by:
Does any body know how to fix this. I am trying to validate these html codes through the markup validation. I have 5 error messages: 1) Line 114, Column 15: there is no attribute "BACKGROUND" ....
0
by: JimP | last post by:
I'm importing XML files into a SQLExpress DB using SQLXML and VB.net 2005. I have a simple *.xsd schema file that is pulling in all attributes from the <Activityelement. It also has a...
0
by: sanjeevriet1 | last post by:
notepad replace function with code
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.