LooLoo
03-04-2006, 03:04 AM
Hi
I need to remove money comma. like
33.44 $ ------> 3344 $
or
33.44 $ ------> 3.344 $
in CLIENTEXEC
Plz help me.
this is the program script
<form name="accountinfo" method="post" action="signup.php" onKeyUp="highlight(event)" onClick="highlight(event)">
<input type="hidden" name="step" value="3">
<input type=hidden name=clienttype value="{CLIENTTYPE}">
<input type=hidden name=memberuserid value="0">
<input type=hidden name=domain value="{DOMAIN}">
<input type=hidden name=transfer value="{TRANSFER}">
{SIGNUPACCOUNTINFORMATIONFORMDESCRIPTION}<br>
<!-- BEGIN DYNAMIC BLOCK: boxnosubmiterror -->
{BOXNOSUBMITERROR}
<br>
<!-- END DYNAMIC BLOCK: boxnosubmiterror -->
<!-- BEGIN DYNAMIC BLOCK: packagecustomfields -->
{BOXNOSUBMIT1}
<!-- END DYNAMIC BLOCK: packagecustomfields -->
<!-- BEGIN DYNAMIC BLOCK: billinginformation -->
{BOXNOSUBMIT2}
<!-- END DYNAMIC BLOCK: billinginformation -->
<!-- BEGIN DYNAMIC BLOCK: accountinformation -->
{BOXNOSUBMIT3}
<!-- END DYNAMIC BLOCK: accountinformation -->
<!-- BEGIN DYNAMIC BLOCK: totalinfo -->
{BOXSUBMIT4}
<!-- END DYNAMIC BLOCK: totalinfo -->
<input type="hidden" name="removeArray" value="{VARQUERYSTRING}">
<input type="hidden" name="customTagsArray" value="{VARQUERYSTRING}">
<script language="javascript">
currencysymbolVAR="{CURRENCYSYMBOLVAR}";
if (document.forms['accountinfo'].elements['domainperiod']!=null) {
AddDomainPrice(document.forms['accountinfo'].elements['domainperiod']);
}
taxableVAR = {TTAXABLE};
subtotalVAR = {SUBTOTALVAR};
CalculateSubTotal();
<!-- BEGIN DYNAMIC BLOCK: gettax -->
GetTax();
<!-- END DYNAMIC BLOCK: gettax -->
</script>
</form>
I need to remove money comma. like
33.44 $ ------> 3344 $
or
33.44 $ ------> 3.344 $
in CLIENTEXEC
Plz help me.
this is the program script
<form name="accountinfo" method="post" action="signup.php" onKeyUp="highlight(event)" onClick="highlight(event)">
<input type="hidden" name="step" value="3">
<input type=hidden name=clienttype value="{CLIENTTYPE}">
<input type=hidden name=memberuserid value="0">
<input type=hidden name=domain value="{DOMAIN}">
<input type=hidden name=transfer value="{TRANSFER}">
{SIGNUPACCOUNTINFORMATIONFORMDESCRIPTION}<br>
<!-- BEGIN DYNAMIC BLOCK: boxnosubmiterror -->
{BOXNOSUBMITERROR}
<br>
<!-- END DYNAMIC BLOCK: boxnosubmiterror -->
<!-- BEGIN DYNAMIC BLOCK: packagecustomfields -->
{BOXNOSUBMIT1}
<!-- END DYNAMIC BLOCK: packagecustomfields -->
<!-- BEGIN DYNAMIC BLOCK: billinginformation -->
{BOXNOSUBMIT2}
<!-- END DYNAMIC BLOCK: billinginformation -->
<!-- BEGIN DYNAMIC BLOCK: accountinformation -->
{BOXNOSUBMIT3}
<!-- END DYNAMIC BLOCK: accountinformation -->
<!-- BEGIN DYNAMIC BLOCK: totalinfo -->
{BOXSUBMIT4}
<!-- END DYNAMIC BLOCK: totalinfo -->
<input type="hidden" name="removeArray" value="{VARQUERYSTRING}">
<input type="hidden" name="customTagsArray" value="{VARQUERYSTRING}">
<script language="javascript">
currencysymbolVAR="{CURRENCYSYMBOLVAR}";
if (document.forms['accountinfo'].elements['domainperiod']!=null) {
AddDomainPrice(document.forms['accountinfo'].elements['domainperiod']);
}
taxableVAR = {TTAXABLE};
subtotalVAR = {SUBTOTALVAR};
CalculateSubTotal();
<!-- BEGIN DYNAMIC BLOCK: gettax -->
GetTax();
<!-- END DYNAMIC BLOCK: gettax -->
</script>
</form>
