View Single Post
Old February 1st, 2005, 10:27 PM   #10 (permalink)
izan
Member
Verified Customer
 
Join Date: Oct 2004
Posts: 40
Yep, your site came up this time. The error doesn't show at all in Mozilla but it does show the error icon in IE. I had a similar problem with my site and it was in the header.htm. Mozilla had no problem with document.onmousedown=right; but IE had to have document.onmousedown="right";

I would check the code in the header.htm and footer.htm first.

FYI: Line 396 in your html is: <body onload="editInit();">
editInit(); is the object expected.
izan is offline   Reply With Quote