I keep getting an error message that points to this line of code.
<input type="checkbox" name="SameAddress" value="1" onClick="Filldata()">
The error messages states "Object Expected"
That's all I get. I am no JavaScript wiz, so can someone help me with this?
On click take information from one set of user populated fields and put this information into another set of fields keeping the user from re-typing the same information.
TIA
<input type="checkbox" name="SameAddress" value="1" onClick="Filldata()">
The error messages states "Object Expected"
That's all I get. I am no JavaScript wiz, so can someone help me with this?
On click take information from one set of user populated fields and put this information into another set of fields keeping the user from re-typing the same information.
TIA