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!

Recent content by TBB07

  1. TBB07

    Dynamic field population in web forms revisited

    Why not pass the field names to the function? <code> function copyDetails(frm,src,dest) { frm.elements[dest].value = frm.elements[src].value; } </code> This way, you don't have to duplicate the code over and over...

Part and Inventory Search

Back
Top