I'm trying to get the pop up to stay on top when pages are changed etc.
I found this code by searching google.
<body onblur="self.focus();">
In chatbox.php I changed this:
echo '</head><body class="alt1">';
to this:
echo '</head><body onBlur="self.focus();" class="alt1">';
The change made the pop up stay on top but you cant change pages or open or close other programs on your desktop.
The idea of having the pop up stay on top is so that you can use other programs whilst still always having the chatbox visible. Just move it if it gets in the way of what you are doing.
Any ideas anyone??
|