|
Posted by BootNic on 03/23/07 01:13
> Ioannis <morpheus@olympus.mons> wrote:
> news: 1174607055.21065@athnrd02
> I have one page which for some reason misbehaves on my IE
> (6.0.2800xpsp2.050301) and displays two errors which I have no idea
> what they are:
>
> http://ioannis.virtualcomposer2000.com/spectroscope/phasmaplan.html
>
> Clicking on the error icon after the page loads, IE reports two
> errors:
>
> Line: 3
> Char: 20
> Error: Expected ';'
> Code: 0
>
> and
>
> Line: 271
> Char: 1
> Error: Object Expected
> Code: 0
>
> I am using old and deprecated plain html, but I cannot find the
> culprit. Is there a possibility the server alters the page somehow? I
> can see that it adds some stuff to the end, but these errors happen
> only on this page. Additionally, they also happen on "html preview"
> with WinEdt when I edit this page. Then after I load the page on the
> server, no errors reported. The second time the page loads, the
> errors show up.
>
> I am using deprecated html on all my pages, but IE complains only on
> this one.
>
> Any ideas? TIA
Replace +/- in the following:
<tr>
<td>Angle Readers
</td>
<td>+/- 90<sup>o</sup> from Normal of Prism Housing Dome
</td>
</tr>
with ± and it would not hurt a bit to replace all the
<sup>o</sup> with °
<tr>
<td>Angle Readers
</td>
<td>± 90° from Normal of Prism Housing Dome
</td>
</tr>
Someday you may consider making it valid .
--
BootNic Thursday, March 22, 2007 9:12 PM
You can turn painful situations around through laughter. If you can
find humor in anything - even poverty - you can survive it.
*Bill Cosby*
[Back to original message]
|