Hi,
I need to populate a form input element using javascript and the form name has a dash in it.
I know that the dash is an illegal character.
I don't have any control in changing the name of the form element to remove the dash.
Thanks in advance.
I need to populate a form input element using javascript and the form name has a dash in it.
I know that the dash is an illegal character.
Code:
document.forms.paynow_frm.cde-PropIntID.value = strintids;
I don't have any control in changing the name of the form element to remove the dash.
Thanks in advance.