closing the aspx page by writing code?
In my web application, wheni click on GO but开发者_如何学Goton one new window will open [it is a page (.aspx page)]. in that new window when i click on submit button, the new window will close. please help me. Thank you.
Use javascript to call document.window.close() on the click event. You would need to post code or more details about your platform to provide any more.
精彩评论