Farel321
11-18-2008, 11:02 AM
For some reason IE keeps on picking up completely random errors which are syntacticly correct. My application/site is validated and still I get random errors from IE....
On the loading of the page IE gets an error:
Line: 179
Char: 9
Error: Expected Identifier, string or number
Code: 0
Here's the area where the error occurs:
<tr>
<td><label><strong>Meta Keywords</strong></label>
<p>
<input type="radio" name="optMKWs" id="Meta_Data_KWs_0" />
<label>Exact Keywords</label><br />
<input type="radio" name="optMKWs" id="Meta_Data_KWs_1" />
<label>Partial Keywords</label><br />
<input type="radio" name="optMKWs" id="Meta_Data_KWs_2" />
<label>None</label>
</p>
</td>
</tr> <!--Line 179*********ERROR OCCURS HERE********** -->
</table>
</div>
<div class='TabbedPanelsContent'>
<table width="424">
<tr>
<td width="247">
<label><strong>Keyword Density</strong></label>
<p>
<input type="radio" name="optKWDensity" id="Content_KWDensity_0" />
<label>Very High Density </label><br />
<input type="radio" name="optKWDensity" id="Content_KWDensity_1" />
<label>Normal Density</label><br />
<input type="radio" name="optKWDensity" id="Content_KWDensity_2" />
<label>Low Density</label><br />
</p> </td>
Also upon clicking some of my buttons which call javascript functions I get another error:
Line: 134
Char: 2
Error: Object Required
Code: 0
Here's the area where it occurs (no where near my button onclick event)
</table>
</div>
</div>
</td>
</tr>
</table>
<!-- Tabbed Pannels -->
<!--Line 134 ********* ERROR OCCURS HERE ******** -->
<div id="tbpStats" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" id="Meta">Meta Data</li>
<li class="TabbedPanelsTab" id="Content" >Content</li>
<li class="TabbedPanelsTab" id="Attributes">Attributes</li>
</ul>
<div class="TabbedPanelsContentGroup">
<div class="TabbedPanelsContent">
There are more of these errors on every click which are just ludicrous
Any help at all would be greatly appreciated!!
My Codes attached in a .txt. If it makes a difference my file is a .htm file
On the loading of the page IE gets an error:
Line: 179
Char: 9
Error: Expected Identifier, string or number
Code: 0
Here's the area where the error occurs:
<tr>
<td><label><strong>Meta Keywords</strong></label>
<p>
<input type="radio" name="optMKWs" id="Meta_Data_KWs_0" />
<label>Exact Keywords</label><br />
<input type="radio" name="optMKWs" id="Meta_Data_KWs_1" />
<label>Partial Keywords</label><br />
<input type="radio" name="optMKWs" id="Meta_Data_KWs_2" />
<label>None</label>
</p>
</td>
</tr> <!--Line 179*********ERROR OCCURS HERE********** -->
</table>
</div>
<div class='TabbedPanelsContent'>
<table width="424">
<tr>
<td width="247">
<label><strong>Keyword Density</strong></label>
<p>
<input type="radio" name="optKWDensity" id="Content_KWDensity_0" />
<label>Very High Density </label><br />
<input type="radio" name="optKWDensity" id="Content_KWDensity_1" />
<label>Normal Density</label><br />
<input type="radio" name="optKWDensity" id="Content_KWDensity_2" />
<label>Low Density</label><br />
</p> </td>
Also upon clicking some of my buttons which call javascript functions I get another error:
Line: 134
Char: 2
Error: Object Required
Code: 0
Here's the area where it occurs (no where near my button onclick event)
</table>
</div>
</div>
</td>
</tr>
</table>
<!-- Tabbed Pannels -->
<!--Line 134 ********* ERROR OCCURS HERE ******** -->
<div id="tbpStats" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" id="Meta">Meta Data</li>
<li class="TabbedPanelsTab" id="Content" >Content</li>
<li class="TabbedPanelsTab" id="Attributes">Attributes</li>
</ul>
<div class="TabbedPanelsContentGroup">
<div class="TabbedPanelsContent">
There are more of these errors on every click which are just ludicrous
Any help at all would be greatly appreciated!!
My Codes attached in a .txt. If it makes a difference my file is a .htm file