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


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to