using Javascript, I am opening a web-based url in a popup window.
MyWin1=Window.O pen(url, "mywindow")
There is a form (form1) in the url in that popup window, I need to
submit that form.
How do I submit that form1 from the javascript from my current window?
Thanks.
--
V
MyWin1=Window.O pen(url, "mywindow")
There is a form (form1) in the url in that popup window, I need to
submit that form.
How do I submit that form1 from the javascript from my current window?
Thanks.
--
V
Comment