|
January 14, 2001 Owning an Element Tips: January 2001
Yehuda Shiran, Ph.D.
|
|
The ownerDocument
property behaves differently in Netscape 6 and Internet Explorer. In the following
example, the statement creates a new node:
And the following statement prints the node's ownerDocument:
This statement yields an undefined message in Internet Explorer and a null value in Netscape 6.
People who read this tip also read these tips: Look for similar tips by subject: |