Javascript:window.close() And Opera
I'm using asp.net web forms. I add simple javascript function to button OnClientClick - I need to close window. But this simple peace of code stop working in Opera (12.10) after fo
Solution 1:
After a few hours of investigation, I've figured out that currently browser Opera doesn't support window.colse() function on objects (windows) that was created using _target=blanck. Only those windows that was created using javascript can be handled by javascript, which is sad..
Hope in future they will change this behavior to more user-friendly (or developer-friendly)
Post a Comment for "Javascript:window.close() And Opera"