Hi,
I'm new to javascript and I am having trouble with a function to set the value of a text type input in a form. The problem I'm having is the name of the text input is in a variable and I don't know how to use that variable correctly in the access sting ie
document.myform.mytext(this is in a variable).value=whatever
Can someone point me in the right direction?
TIA,
Don
I'm new to javascript and I am having trouble with a function to set the value of a text type input in a form. The problem I'm having is the name of the text input is in a variable and I don't know how to use that variable correctly in the access sting ie
document.myform.mytext(this is in a variable).value=whatever
Can someone point me in the right direction?
TIA,
Don