I'm developing a simple instant chatting system. I need to do the following;
I want to refresh a different page when I click submit. Suppose, I've the submit button on page1, on clicking submit, the page2 should be refreshed/reloaded.
How can I do it? I've searched a lot on Google but wasn't able to find anything useful?
Code in JavaScript is welcome as well.