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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XMLidiot

Location
US
User Type
Programmer

Signature

----------
function new Programmer(name,age)
{
this.name = name;
this.age = age;
}

var steven = new Programmer('Steven',11);

Part and Inventory Search

Back
Top