I'm using this code in imagebutton's load :
Response.Write( "<script>window .close();</script>");
but it is not working on mozilla and chrome.What is the reason of this and how can i close the window on mozilla and chrome?
Response.Write( "<script>window .close();</script>");
but it is not working on mozilla and chrome.What is the reason of this and how can i close the window on mozilla and chrome?
Comment