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 biv343 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. alex1020

    problem with changing content of a table

    thanks kaht for your attention /// i tried your code and this was the output : # of rows:28 # of cells in row 2:0 // the problem is not with cell 0 or 1 ( here it was only a test ) if i use a static row its working fine ! but once i am trying to use more than one row its not working :\ //...
  2. alex1020

    problem with changing content of a table

    >>dwarfthrower i did but no difference /// thanks kaht , i did a test , maybe this help you to give me a solution i tested it ( without function !) var x=document.getElementById('tableid').rows[1].cells; x[1].innerHTML="test"; above code works fine ! but when i repeated it ,it showed same...
  3. alex1020

    problem with changing content of a table

    Hello , I have problem with changing content of a Dynamic table in FireFox ! ( mean its working fine in IE ) since i created the table dynamically i am using following function to change contents of the table . ********************* function test1(text,row,col){ var...

Part and Inventory Search

Back
Top