I have external javascript scripts
In file php named list.php in body tagCode:function window_close(id){ window.open("logout2.php?id="+id,"Logout","width=470,heigth=340"); }
In IE when i close the window (click x ) the code work. But in mozilla firefox it didn't work.Code:<body onUnload="window_close('<? echo $_GET["id"] ;?>')">
Why?
One more question can javascript detect browser's back button click or not click?



Reply With Quote

Bookmarks