How could i call/put value to a new seperate window form field?
for example, the new window form name="formNew", with an input field name="windowNew_input" id="windowNew_input".
On current window, using :
document.formNew.windowNew_input.value = "test";
this ends up with error
for example, the new window form name="formNew", with an input field name="windowNew_input" id="windowNew_input".
On current window, using :
document.formNew.windowNew_input.value = "test";
this ends up with error