|
|
Q299 When referring to my form using form.field.value it does not work, why?
irt.org | Knowledge Base | JavaScript | Form 3.1 | Q299 [ previous next ] Q299 When referring to my form using form.field.value it does not work, why?By default most objects are owned by the window, so:
is the same as saying:
However in this instance the form is not owned by the window but by the document, therefore you need to say:
Feedback on 'Q299 When referring to my form using form.field.value it does not work, why?' |
-- div -->
|