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 piznac

  1. piznac

    Add row to table script, repeat value?

    Ok, sry I didnt understand. I tried that and no luck. It still did the same thing. But my questions is should I be able to add the value to the portion of the script? var cellRight = row.insertCell(1); var el = document.createElement('input'); el.type = 'text'; el.name = 'rm[]'; el.id...
  2. piznac

    Add row to table script, repeat value?

    Im using the [] for an array to insert the data into a DB. Thanks for the help though.
  3. piznac

    Add row to table script, repeat value?

    Hi, new guy here. Ok I have this Add Row to Table script: <script language="JavaScript" type="text/javascript"> // Last updated 2006-02-21 function addRowToTable() { var tbl = document.getElementById('tblSample'); var lastRow = tbl.rows.length; // if there's no header row in the table...

Part and Inventory Search

Back
Top