window.close(); is not working in the latest Chrome Browser. is there any alternative?
--
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+unsubscribe@chromium.org.
--
☆PhistucK
☆PhistucK
then enable IIS .
Yeah, no IIS here.☆PhistucK
☆PhistucK
☆PhistucK
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discu...@chromium.org.
window.open()
or <a href="…" target="_blank">
:window.open()
, JavaScript on the original page is also allowed to close the window it opened: