Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
HI ALL I want to pass querystring in window.opener.location.reload() can i do it in javascript awaiting for response
Mahendra
No, you can't do that. The reload method reloads the page using the same URL. If you want to change the URL, assign it to the location property. Example: window.opener.location = 'ThePage.aspx?id=42';
--- b { font-weight: normal; }