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 Rhinorhino 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 JOSEMAOCU

  1. JOSEMAOCU

    Problem with javascript classes

    Thanks for your fast and very useful response. Cheers. Josema.
  2. JOSEMAOCU

    Problem with javascript classes

    Hi to all, Im making this small class: function ReportItem()//sera un <table> con celdas { this.HTML=""; } //data has an 2d array with headers and data to render a table ReportItem.prototype.Test=function(data) { this.HTML="<div onclick=DoAny()>"+this.HTML"</div>"...

Part and Inventory Search

Back
Top