Hi all,
I can't seem to figure out this situation.
<textarea id="addinfo" name="addinfo"></textarea>
alert(f.addinfo);
If my input into the textarea is "hello", the alert says "hello,". If there is no input, the alert says ",".
What's going on?
Thanks,
Michael