I'm getting the following error in my script.
Line: 58
Char: 2
Error: Object expected
Here's my code:
L57 var EQSP = document.forms.frmCoordinates.EQSPInput.value;
L58 var XDPRIM = 0.2793881*LOG(EQSP);
Is it wanting an object because of the Log function?
Thank you for your help
~kanin
Line: 58
Char: 2
Error: Object expected
Here's my code:
L57 var EQSP = document.forms.frmCoordinates.EQSPInput.value;
L58 var XDPRIM = 0.2793881*LOG(EQSP);
Is it wanting an object because of the Log function?
Thank you for your help
~kanin