transmoderata
07-20-2012, 06:15 AM
http://www.therabbitshome.com
This code:
jZ00m.src="http://www.therabbitshome.com/images/z00m.png";
jZ00m.id="z00m";
jZ00m.onclick=clickZ00m;
jZ00m.onmouseover=z00mMouseover;
jZ00m.onmouseout=z00mMouseout;
function z00mMouseover(){jZ00m.src="http://www.therabbitshome.com/images/z00m_MOUSEOVER.png";}
function z00mMouseout(){jZ00m.src="http://www.therabbitshome.com/images/z00m.png";}
is somehow causing this error:
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMHTMLDivElement.appendChild]" nsresult: "0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: http://www.therabbitshome.com/ :: inImg_0 :: line 687" data: no]
and I don't understand why. I know it's this code causing it because I commented it out and didn't get the error. Help plx. To reproduce the problem, you have to click the "BROWSE ART" image.
This code:
jZ00m.src="http://www.therabbitshome.com/images/z00m.png";
jZ00m.id="z00m";
jZ00m.onclick=clickZ00m;
jZ00m.onmouseover=z00mMouseover;
jZ00m.onmouseout=z00mMouseout;
function z00mMouseover(){jZ00m.src="http://www.therabbitshome.com/images/z00m_MOUSEOVER.png";}
function z00mMouseout(){jZ00m.src="http://www.therabbitshome.com/images/z00m.png";}
is somehow causing this error:
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMHTMLDivElement.appendChild]" nsresult: "0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: http://www.therabbitshome.com/ :: inImg_0 :: line 687" data: no]
and I don't understand why. I know it's this code causing it because I commented it out and didn't get the error. Help plx. To reproduce the problem, you have to click the "BROWSE ART" image.