FrankBro Posted August 22, 2009 Report Share Posted August 22, 2009 I'm usually pretty good to find answers myself to questions with google but i can't answer that one.Let's say i have a page with data coming out from a database, with a button that pop-up and new window to edit that row specificly. Is it possible that when i do my POST in that pop-up, the original page, from which the pop-up is from, refresh ?I hope it's in the correct forum, i figured only java would be able to do something like that. Link to comment Share on other sites More sharing options...
FrankBro Posted August 22, 2009 Author Report Share Posted August 22, 2009 (edited) Just to make sure you guys understand what i'm saying, i took a screenshot.So by hitting "Sauvegarder" (sorry, its in french), i want the main page to reload. Edited August 22, 2009 by FrankBro Link to comment Share on other sites More sharing options...
Ingolme Posted August 23, 2009 Report Share Posted August 23, 2009 If the other window was opened by a script in the main window, you can access the main window with the window.opener property: window.opener.location.reload(); Link to comment Share on other sites More sharing options...
FrankBro Posted August 24, 2009 Author Report Share Posted August 24, 2009 thank you very much, it works perfectly. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now