2) How to get the path of the window in js?
var path = document.location.pathname;
alert (path);
1) How to refresh a page in jsp even if the javascript is not supported by the browser or if it is disabled?
window.location.reload( false );
Shanti C
Posting Virtuoso
1,642 posts since Jul 2008
Reputation Points: 137
Solved Threads: 162