This topic is locked

How to calcurate on the fly by ASPrunnerPro6.2

3/10/2010 5:46:25 AM
ASPRunnerPro General questions
U
ultra999 author

Hi,
I can't find the topic "How to Calc..." for ASPrunnerPro 6.2

Not working a solution for PHPrunner on ASPrunnerPro6.2
Please, Help me.
Thank you

G
gemini 3/10/2010

Hi,

Here is a sample, for your reference.
<script>document.forms.editform1.value_number_1.onkeyup=function()

{ document.forms.editform1.value_totalprice_1.value = document.forms.editform1.value_price_1.value * document.forms.editform1.value_number_1.value; } </SCRIPT>