|
thaks for the reply.
i used validation.js, but my task is to compare 2 values , one that is entering in the text box and another field value. i m calling the js onblur of the text box, that time i m getting the value that i was entred, but i m not getting the another value
check code :
<field name="aaaaa" > <display></display> </field> <field name="bbbbb" widget-style="validate-range" event="onblur"
action="javascript: new Validation('GetItemListForPO', {immediate: true, onSubmit:false}); "><text size="10"></text> </field>
Note :i need to compare aaaaa with bbbbb
|