Window.close() is not working with Mozilla Firefox
-
Hi , I am using window.close() to close the browser when I click the Button on my webpage.....It is working with InternentExplorer but not working with MozillaFireFox......Please help me........ Thanking you McMilan.
mcmilan wrote:
I am using window.close() to close the browser when I click the Button on my webpage.....It is working with InternentExplorer but not working with MozillaFireFox......Please help me........
Post your code
please don't forget to vote on the post that helped you.
-
mcmilan wrote:
I am using window.close() to close the browser when I click the Button on my webpage.....It is working with InternentExplorer but not working with MozillaFireFox......Please help me........
Post your code
please don't forget to vote on the post that helped you.
-
mcmilan wrote:
I am using window.close() to close the browser when I click the Button on my webpage.....It is working with InternentExplorer but not working with MozillaFireFox......Please help me........
Post your code
please don't forget to vote on the post that helped you.
-
Hi Imran, I tried with the following code: 1. Response.write(' {window.close();}'); 2. " " " self.parent.close() 3. Above all are working in Internet explore but not in Mozilla Firefox... Thanking you Mcmilan.
mcmilan wrote:
Above all are working in Internet explore but not in Mozilla Firefox...
Does it is parent window? if YES then you can not close it in Mozilla but if it is popup window then this code will work Regard kHan
please don't forget to vote on the post that helped you.