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??? Quote Link to comment 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... 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.