elis Posted April 29, 2009 Share Posted April 29, 2009 I'm trying to force a page to refresh after a MYSQL query is performed on a different page, which would contain the javascript to force the second page to refresh. I've tried finding snippets online to do this, but everything I've found so far, either refreshes only the page the the javascript is on (I want it to refresh a different page after the page with the javascript performs a query) or will refresh the current page but is directed to a new URL. Could someone please help or provide a suggestion? Perhaps I'm using the wrong search terms online and can't seem to find what I'm looking for. Quote Link to comment Share on other sites More sharing options...
Ken2k7 Posted April 29, 2009 Share Posted April 29, 2009 The only way I know of is if the different page you're refreshing is opened by JavaScript and you stored it into a JavaScript variable. Then you can just call winA.location.refresh or something like that. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.