I want to add a refresh button to my web page which works like browser
refresh button:
it must re-load current page from server.
How to implement this in javascript ?
refresh button:
it must re-load current page from server.
How to implement this in javascript ?
Comment