Hello
A basic question I assume for someone who does JS on a daily basis. I'm helping a friend that does not use the recent sweets (JQuery, prototype and co.).
How should I get a reference to a document element by name ?
I would like to allow a selection user does in a <SELECT />
element modify the value of an <INPUT />
element.
Both elements don't have ID fields defined, only names.
This should be portably obviously (Mozilla, IE, Opera).
Thank you.