cipi
07-08-2003, 03:53 AM
Hello (first post, probably not the last)
I have a page with 3 frames: topFrame,mainFrame,bottomFrame
From the mainFrame I want to open a pop-up in witch I want to introduce some data into a database and after all is done I want to show a button “Close and refresh”. When you click on this button the pop-up should close and the mainframe refresh?
I tried the “opener” method but it does not work because I do some processing in the pop-up (I verify the values entered into the database and then redirect to the same page but with different results- using querystring)
Thanks
I have a page with 3 frames: topFrame,mainFrame,bottomFrame
From the mainFrame I want to open a pop-up in witch I want to introduce some data into a database and after all is done I want to show a button “Close and refresh”. When you click on this button the pop-up should close and the mainframe refresh?
I tried the “opener” method but it does not work because I do some processing in the pop-up (I verify the values entered into the database and then redirect to the same page but with different results- using querystring)
Thanks