Subj : Properties and Objects To : netscape.public.mozilla.jseng From : eboli@hotdak.net (Joseph Smith) Date : Tue Nov 18 2003 06:50 pm Hello, I am trying to figure out how to use properties properly in javascript using mozilla embedded into my application, and am currently quite stumped. What i would like to be able to do from script would be to call somthing like the following: Map.Entity("Name").Leg(BONES_LEG_LEFT_THIGH).Move(x,y,z,distance); How would one go about passing in an object type with a search parameter like a name (deliminated by a string), and then calling properties and methods of that object? .