Javascript : DOM string
Javascript : DOM string
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- gabriel_pc0
of you want to access a form field designated by the variable it'd be like this:
function pooDart(var) {
document.forms["form1"].elements... = true;
}