Page 1 of 1

Modal window problem

Posted: Tue Oct 28, 2003 1:13 am
by shan123
On a modally opened php page say A.php, I have a button on click of which I need to submit the page to some other php (say B.php).
When I try to run the code, the B.php gets displayed in another modal window.
Even if I submit to the same page, another modal window gets opened.
I want it to open in the same window.

Can anyone pls. help me urgently?

Thx. in advance.
-----
Shantanu

Posted: Tue Oct 28, 2003 3:44 am
by JAM
What does the OnClick do?
What does it look like?

Posted: Tue Oct 28, 2003 10:13 am
by Wayne
if you open a frameset in the modal window you can update the pages in the same window.