[LAME] Adobe form JS
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

[LAME] Adobe form JS

From: <Legi@fan>
Date: Wed Jan 18 2006 - 15:18:47 CET

Well I have very very simple problem.
I have three NumericFields prepeared id Adobe Designer.
I would like to add values from thirs two fields and show sum in the third
one.

So I'm choosing NumericField3 -> From event list I'm choosing calculate.
I'm adding code.
NumericField3.value = NumericField2.value + NumericField1.value;

and... nothing happens.
but if I enter a code
NumericField3.value="2" it works showing digit "2"

What am I doing wrong here?

Thanks for any help
Received on Thu Jan 19 03:55:14 2006