[ vili233 @ 19.05.2007. 14:44 ] @
imam ovaj kod: function racunaj(){ x=document.getElementById('iznos').value; y=document.getElementById('period').value; z=document.getElementById('kamata').value; rata=x/(12*y)+(0.54895*(z/100)*(x/12)); //////// ovo ne prolazi rata = Math.round(rata*100)/100 document.getElementById('rata').innerHTML = rata; } u firefoxu radi ok al u IE mi u ovom komentiranom redu javlja error: Object doesn't support this property or method kak da to rjesim? hvala! |