V
varun.jasuja
Hi all,
I am actually having a text box which is populated in the following
manner:
***************************
<html:text property = "ecAmount" size = "15" maxlength = "20"
onblur="return Fctn2()" readonly="true"
style="text-align:right;border-width:0;background:#C1D1E5;"/>
****************************
I am displaying the currency in the textbox..
I could ave displayed the formatted curreny if i was using a label...
But I'm confused on how to format the values of the text boxes..
Please help...
I am actually having a text box which is populated in the following
manner:
***************************
<html:text property = "ecAmount" size = "15" maxlength = "20"
onblur="return Fctn2()" readonly="true"
style="text-align:right;border-width:0;background:#C1D1E5;"/>
****************************
I am displaying the currency in the textbox..
I could ave displayed the formatted curreny if i was using a label...
But I'm confused on how to format the values of the text boxes..
Please help...