* Put the wholist back into its own window.
authorArt Cancro <ajc@citadel.org>
Wed, 30 Aug 2000 03:20:25 +0000 (03:20 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 30 Aug 2000 03:20:25 +0000 (03:20 +0000)
webcit/ChangeLog
webcit/static/menubar.html
webcit/who.c

index a84f76935ba0342fe4cf28904345f901e933bc83..942ae2fd19fc87ffcd9d5736a15b472d0ffbea5c 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 212.6  2000/08/30 03:20:22  ajc
+* Put the wholist back into its own window.
+
 Revision 212.5  2000/07/06 03:46:29  ajc
 * Fixed the count in 'there are xxx messages remaining."  (Closes bug #61)
 
@@ -464,3 +467,4 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+
index 0f1c9bef4f42f5b2dcd0cde33b58e76e361fc34d..819b075b1f4a886a4d61240928446fb49b757114 100644 (file)
@@ -1,3 +1,12 @@
+<SCRIPT language="JavaScript">
+<!--hide
+function OpenWholist()
+{
+window.open('/whobbs', 'whobbs', 'toolbar=no,location=no,directories=no,copyhistory=no,status=yes,scrollbars=yes,resizable=yes,height=200,width=600');
+}
+//-->
+</SCRIPT>
+
 <CENTER>
 <IMG SRC="/image&name=hello"><BR><BR>
 
@@ -46,7 +55,7 @@
 </TR><TR>
        <TD BGCOLOR="#663399">
                <FONT SIZE=-1>
-               <A HREF="static/whoframeset.html" TARGET="_top">
+               <A HREF="javascript:OpenWholist()">
                <FONT COLOR="#FFFFFF">Who&nbsp;is&nbsp;online?</FONT>
                </A>
                </FONT>
index ae659924ae0f76b755e6083f34fb14dfea280dbd..dadbf041c632f01ba227efa9a28427c77ffbec32 100644 (file)
@@ -142,7 +142,7 @@ void whobbs(void)
        }
        wprintf("</TABLE>\n<BR><BR>\n");
        wprintf("<TABLE BORDER=0 BGCOLOR=\"#003399\">\n<TR><TD ALIGN=center VALIGN=center CELLPADING=20>\n");
-       wprintf("<B><A HREF=\"/mainmenu\" TARGET=\"_top\">Close window</A></B>\n");
+       wprintf("<B><A HREF=\"javascript:window.close()\">Close window</A></B>\n");
        wprintf("</TD></TR>\n</TABLE></FONT>\n</CENTER>");
 
        wDumpContent(1);