P
Peter Turcan
Hello,
I have web page, where I have onload function with self.name='mainwin'.
From this page I am opening pop-up window with this form:
<form action='index.php' method="post" target="mainwin">
....
</form>
After sending information It will refresh me "parent page".
This is funcioning well in IE. But mozilla doesn't work. I have also tried
"target='_parent'" in form but without results.
How I can do this?
thanks for any advice
Peter
I have web page, where I have onload function with self.name='mainwin'.
From this page I am opening pop-up window with this form:
<form action='index.php' method="post" target="mainwin">
....
</form>
After sending information It will refresh me "parent page".
This is funcioning well in IE. But mozilla doesn't work. I have also tried
"target='_parent'" in form but without results.
How I can do this?
thanks for any advice
Peter