Vidya_tr Posted April 8, 2009 Share Posted April 8, 2009 Can I reload a page by the onclick() event of a button on another page??? Is it necessary to write a function for this??? Link to comment https://forums.phpfreaks.com/topic/153125-reloading-a-page/ Share on other sites More sharing options...
Vidya_tr Posted April 8, 2009 Author Share Posted April 8, 2009 Can I reload a page by the onclick() event of a button on another page??? Is it necessary to write a function for this??? I could reload the page using document.parent.reload() I wanted to close the window after reloading the parent .So I called the function window.close() after document.parent.reload().but this makes the parent page to reload and appear in the second window,i.e the page where I clicked the button and the window doest close. plese help me to solve this... Link to comment https://forums.phpfreaks.com/topic/153125-reloading-a-page/#findComment-804348 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.