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

Search results for query: *

  • Users: TBB07
  • Order by date
  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