Hi, > var myObject = new myDerivedClass(37);
sorry, this should be var myObject = new femalePatient(37); of course. > alert(myObject.age); // alerts 42 > alert(myObject.shoesize); // alerts 37 Christof _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
