N
Nelson Smith
In my java script to set the value I am using the following code
document.frmMyForm.txtCustNo.value = "xxxxx"
&
document.frmMyForm.txtCustNo.value = 'xxxxx'
Questions is single quote or double quote is right way coding?
Thanks,
Nelson
document.frmMyForm.txtCustNo.value = "xxxxx"
&
document.frmMyForm.txtCustNo.value = 'xxxxx'
Questions is single quote or double quote is right way coding?
Thanks,
Nelson