Hello All,
I have a HTML page I need to add check boxes to that when checked will add the appropriate text to a textbox. The problem is the name of the textbox starts with a period (eg: .Send). Is this possible? Is there a way I can escape the name like:
window.document.form.\.Send.value="some text";
Or can I rename the textbox through javascript when the checkbox is clicked, add the appropriate text, then change the name back?
Any help is much appreciated.
Scott.
I have a HTML page I need to add check boxes to that when checked will add the appropriate text to a textbox. The problem is the name of the textbox starts with a period (eg: .Send). Is this possible? Is there a way I can escape the name like:
window.document.form.\.Send.value="some text";
Or can I rename the textbox through javascript when the checkbox is clicked, add the appropriate text, then change the name back?
Any help is much appreciated.
Scott.