From: Raymond I. <xw...@ya...> - 2003-07-21 13:57:04
|
Hello, Here's how we can simulate the error in Mozilla 1.4: Error: uncaught exception: Permission denied to get property HTMLDivElement.parentNode Is this an error in moz 1.4 or an I doing something wrong in the following code? <script> function scan(e,elm) { var r = e.relatedTarget; while(r && r.parentNode){ r = r.parentNode //alert(r) } } </script> <div id="dv" style="position:absolute;left:100;top:100"> <form name="frm"> <input type="textbox" name="tbox" value="test..." onmouseover="scan(event,this)" onmouseout="scan(event,this)"> </form> </div> -- Raymond Irving __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |