Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kaoskorruption

  1. kaoskorruption

    Class Variables

    I need a variable from within a class to be accessable from outside the class AND within other functions that are inside the class. function test ( ) { this.name = name; this.div = createElement ( "div" ); body.appendChild ( this.div ); function name ( ) { alert (...

Part and Inventory Search

Back
Top