JAVASCRIPT question
JAVASCRIPT question
Out of context: Reply #3
- Started
- Last post
- 8 Responses
- ********0
document.+myform+.+myfield
you dont need that, just do:
document.myform.myfield
and better do it with jQuery.
document.+myform+.+myfield
you dont need that, just do:
document.myform.myfield
and better do it with jQuery.