លក្ខណៈ Window closed
- Nangunguna na Pahina close()
- Susunod na Pahina confirm()
- Bumalik sa Ngaunguna Object ng Window
ការអង្គបញ្ចាំង និងការប្រើប្រាស់
ប្រសិនបើបរិវេណបានបិទ closed
ទ្រង់ទ្រាយត្រូវបាន true
。
closed
លក្ខណៈទាំងនេះគឺមិនអាចកែប្រែបាន
សំអាងមើល
ឧទាហរណ៍
ដំណើរការដើម្បីត្រួតពិនិត្យបរិវេណបើសិនជាបើក
function checkWin() { if (!myWindow) { text = "It has never been opened!"; } else { if (myWindow.closed) { text = "It is closed."; } else { text = "It is open."; } } }
ប្រញាំង
window.closed
ការបញ្ជាក់
ប្រភេទ | Paglalarawan |
---|---|
Boolean Value | Kung ang window ay nagsasara, ito ay true, kung hindi ito ay false. |
Suporta ng Browser
Lahat ng mga browser ay sumusuporta window.closed
:
Chrome | IE | Edge | Firefox | Safari | Opera |
---|---|---|---|---|---|
Chrome | IE | Edge | Firefox | Safari | Opera |
Suporta | Suporta | Suporta | Suporta | Suporta | Suporta |
- Nangunguna na Pahina close()
- Susunod na Pahina confirm()
- Bumalik sa Ngaunguna Object ng Window