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...
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')...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.