Modal window problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shan123
Forum Newbie
Posts: 9
Joined: Tue Oct 21, 2003 11:04 pm

Modal window problem

Post 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
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

What does the OnClick do?
What does it look like?
User avatar
Wayne
Forum Contributor
Posts: 339
Joined: Wed Jun 05, 2002 10:59 am

Post by Wayne »

if you open a frameset in the modal window you can update the pages in the same window.
Post Reply