I got this same problem too when using NS4.7.  Netscape and IE have different policies concerning local/global variables and whether they are deletable or not.  To get around this problem (I was deleting nodes out of a tree control) I used removeChild.  It works the same way in both IE and NS.
 
regards
 
Chris Shreve
----- Original Message -----
Sent: Friday, April 20, 2001 8:39 AM
Subject: [Dynapi-Help] Delete Object error...

Hi, it's me again, with a new problem...
Anyone know what permanent means for an object ?
When I perform a deletefromparent() on a dynLayer, I recieve the following JS error.

JavaScript Error:
http://ttt/dynapi/src/dynapi.js,
line 77:
c is permanent.

On line 77, dynapi.js executes a "delete c" command.
After this error no more code execution is possible.

Thanks,
Nicolas

Reply via email to