Search results

  1. N

    Mix javascript and php code

    this code is for subtraction of input and output <html> <head> <script type= "text/javascript"> function startCalc(){ interval = setInterval("calc()",1); } function calc(){ var qty = new Array(2); qty[0] = parseFloat(document.myform.inqty.value); qty[1] =...