[SOLVED] javascript on load on the fly calculations |
9/21/2012 16:20:16 | |
| PHPRunner General questions | ||
|
C
ckapote author
hi i have following |
||
|
C
|
cgphp 9/21/2012 |
|
What error do you get in firebug? |
|
|
C
|
ckapote author 9/22/2012 |
|
I am not getting any error the code above is working and getting the result i need on totalvolumeweight field. What error do you get in firebug? |
|
|
C
|
cgphp 9/22/2012 |
|
In the code above you are just calculating the totalvolumeweight. |
|
|
C
|
ckapote author 9/22/2012 |
|
cORRECT and that code working very good . In the code above you are just calculating the totalvolumeweight. |
|
|
C
|
cgphp 9/22/2012 |
|
What does "to row sum totalvolumeweight" mean? |
|
|
C
|
ckapote author 9/22/2012 |
|
ok i am sorry if that was not clear . What does "to row sum totalvolumeweight" mean? |
|
|
C
|
cgphp 9/23/2012 |
|
Get control of each field. If you have three width fields, the code will be: var ctrlwidth1 = Runner.getControl(pageid, 'width1');
|
|
|
C
|
ckapote author 9/23/2012 |
|
very good idea Cristian thanks for the tip. Get control of each field. If you have three width fields, the code will be: var ctrlwidth1 = Runner.getControl(pageid, 'width1');
|
|