Subj : inheritance To : netscape.public.mozilla.jseng From : "Thibaut" Date : Mon Apr 05 2004 07:25 pm Hi, Hi, I'm a beginner in js embedding, how can i create a class derived from another one ?? ( for example a class Document derived from Node, i know how to create the Document class , the Node class separatly but i don't know how to specify that ocument is derived from Node...) Thanx in advance .