How to refresh a window by using javascript

Akiii
Posted by Akiii under JavaScript category on | Points: 40 | Views : 1934
If you want to refresh a window using javascript then type the follow code in the function call :

window.location.reload();


It will instantly refresh the window. This helps in refreshing the value in a jQuery datagrid.


Thanks and Regards
Akiii

Comments or Responses

Login to post response