Is it possible to open a popup window that has a form in it, and then, from the parent window, change the values of the form fields in the popup and then submit it and close it?
I know about passing values and picking them up in the popup, but the trouble is I cannot edit the code of the popup at all in this case. All I can do is open it and hopefully write to its form.
I'm guessing it might be something like
popupname.form1.textbox.value = 'myname';
but I can't find anything that works yet. Any ideas?
I know about passing values and picking them up in the popup, but the trouble is I cannot edit the code of the popup at all in this case. All I can do is open it and hopefully write to its form.
I'm guessing it might be something like
popupname.form1.textbox.value = 'myname';
but I can't find anything that works yet. Any ideas?