Subj : call method between 2 context To : netscape.public.mozilla.jseng From : Danilo Date : Wed Jan 05 2005 07:20 pm Hi, I have 2 script, i want call any method from script. for examples SCRIPT1: function pub(){ ..... } function priv(){ ..... } SCRIPT2 ..... script1.pub() I want call pub but if i call priv thorw exception. tnk Danilo .