Sunday 25 March 2012

How to reload or refresh the page


function callItSelf()
{
window.location.reload(true);
return;
}

No comments:

Post a Comment