Hi javascript gurus,
How can I make it so that "function calculate()", "cost", "qty" and "value" become...
calculate1(), cost1, qty1, value1
calculate2(), cost2, qty2, value2...etc?
<script language="JavaScript">
for (i = 0; i <= 10; i++)
function calculate()
{
var a =...