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 Shaun E 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: *

  1. rsulliva

    Obtaining values from a dynamically created table

    I found two ways of doing it. The first: mynewrow = document.all.myTable.insertRow(); mynewrow.style.background = "#cccccc"; mynewrow.insertCell(); mynewrow.insertCell(); mynewrow.insertCell(); mynewrow.insertCell()...
  2. rsulliva

    Obtaining values from a dynamically created table

    I am trying to access the data contained in dynamically created table rows through the query string. Unfortunately, a submit() doesn't seem to be adding the dynamically created rows to the form data. Any ideas why or how to get around this? Also, for clarity's sake i eliminated the actual data...

Part and Inventory Search

Back
Top