F
fiholmbe
Is it possible to execute a javascript with a variable in the actual
command.
Like this for example:
function focusField(pos) {
document.test.POS.focus();
}
I'm a real JS beginner and just cant get something like this to work..
Any ideas?
Thanks!
command.
Like this for example:
function focusField(pos) {
document.test.POS.focus();
}
I'm a real JS beginner and just cant get something like this to work..
Any ideas?
Thanks!