Subj : my next newbie question To : netscape.public.mozilla.jseng From : Ronald Kent Gibson Date : Thu Mar 04 2004 03:39 pm ok so now I am playing with the idea of generating the javascript class and then accessing it from java so I wrote this program. function getValue() { x = 1; y = 2; z = x + y; return z; } But when I decompile it there is no getValue method. hmm. so How would I access this function? thanks again kent .