There is a chat button, and when users click on that chat button a new window will be opened and both the users can chat
nasıl ben kullanıcının herhangi bir uygulamadan dışarı oturum açtığınızda, sohbet penceresi hala açık olup olmadığını biliyor musun?
ve "sohbet penceresi hala açık", bir mesaj vermek ve sohbet penceresini kapatmak ...
name of the chat window : chat<?=$user->username?>
strong> ...
Kullanıcı logout ve diğer çalışır .... o zaman ben ona bir mesaj veriyorum bir mesaj göndermek ve bu pencereyi kapatmak için zaman izliyorum
bir pencere açmak için kod
win = window.open('../chat/index.php?user=<?=$uname->username?>','chatApp<?=$uname->username?>','width=400, height=500');
i need to close the chat window when users click on logout ? is this code right ?
echo "<script>win.close();</script>";