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 derfloh 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: kukix
  • Order by date
  1. kukix

    Why can I add value of two variable?

    thanks for help... P.S. I'am from Poland in Europe... and i coudn't find answer on my question... thx...
  2. kukix

    Why can I add value of two variable?

    Hello... I have small problem.. I dont know how to add value of two variables. <INPUT type=hidden value=3 name=poleForma1 id=poleForma1> <INPUT type=button value=GO onClick="JavaScript: calculateValue(document.getElementById('poleForma1').value )"> and that function: function...
  3. kukix

    DeleteRow() not working

    I have also problems with DeleteRow()... I have: tr = document.createElement('tr'); td = document.createElement('td'); td.className='bottomline'; inpDel = document.createElement('INPUT'); inpDel.setAttribute('type','button'); inpDel.setAttribute('value','Delete_r')...

Part and Inventory Search

Back
Top