![]() |
Sergey Kornilov admin 10/29/2013 |
It's hard to tell what exactly might be wrong. My advice is to see if there are any Javascript errors there. |
Y
|
yahia author 10/29/2013 |
It's hard to tell what exactly might be wrong. My advice is to see if there are any Javascript errors there. This article can help: http://xlinesoft.com...ascript-errors/
|
![]() |
Sergey Kornilov admin 10/29/2013 |
Yes, you can perform multiple calculations. You can either put all calculation code into the same function func() or create a new function named func2() that perform another set of calculations. Having two functions named "func" is definitely not going to work. |