From 9baffa95e6fd6314b0f67fb29842374a2940d2ca Mon Sep 17 00:00:00 2001 From: Bill Lynch Date: Fri, 11 Apr 2003 18:43:06 +0000 Subject: [PATCH] Implemented logoff link and window flashing git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1884 b35dd754-fafc-0310-a699-88a17e54d16e --- apps/webchat/source/web/chat-launcher.jsp | 3 +-- apps/webchat/source/web/chat.jsp | 8 ++++++++ apps/webchat/source/web/iframe.html | 1 + apps/webchat/source/web/menu.html | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/apps/webchat/source/web/chat-launcher.jsp b/apps/webchat/source/web/chat-launcher.jsp index 8bcab102f..54231f5e3 100644 --- a/apps/webchat/source/web/chat-launcher.jsp +++ b/apps/webchat/source/web/chat-launcher.jsp @@ -26,8 +26,7 @@ to start your chat session. Other options: diff --git a/apps/webchat/source/web/chat.jsp b/apps/webchat/source/web/chat.jsp index 3fc7db5f5..726a58437 100644 --- a/apps/webchat/source/web/chat.jsp +++ b/apps/webchat/source/web/chat.jsp @@ -4,6 +4,14 @@ Chat Session + diff --git a/apps/webchat/source/web/iframe.html b/apps/webchat/source/web/iframe.html index 536eed056..209c2966b 100644 --- a/apps/webchat/source/web/iframe.html +++ b/apps/webchat/source/web/iframe.html @@ -24,6 +24,7 @@ + "'>" + data[i][1] + ""); } } + window.focus(); }