Hallo,
eine alternative:
Auto={
tachostand:100,
fahren:function(weg){
this.tachostand+=weg;
}
}
document.writeln(Auto.tachostand);
Auto.fahren(20);
document.writeln(Auto.tachostand);
OO mit JS siehe http://developer-x.com/tutorials/oopjs/default.asp
Mit freundlichen Grüßen,
Andreas Waidelich
--
signatures eat bandwidth
signatures eat bandwidth