home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-11-20 | 1.6 KB | 45 lines | [TEXT/ttxt] |
- <!------------------- chatRoom ---------------------------->
- %% macro chatRoom %%
- <HTML><HEAD>
- <!-- Page produced by %% programName %%(r)/%% platform %%-%% version %% (%% programPromo %%) for %% siteLicensee %%-->
- <!-- User interface (c)Copyright 1995-1998 by Lundeen & Associates. All rights reserved.-->
- <title>%% siteTitle %% - Chat Room %% pathTitle %%</title></HEAD>
- <body %% background %%>%% preparedFor %%%% banner %%
- %% pathStandardHeading %%
- <!-- Use setpath here to force this macro to apply to a specific room -->
- %% if enterRoom( chatTextGroup ) %%
- <applet codebase="%% roomCodebase %%" code=WBChat archive=WBChat.zip width=600 height=300>
- <param name=handle value=%% roomHandle %%>
- <param name=ip value=%% roomIp %%>
- <param name=port value=%% roomPort %%>
- <param name=name value="%% userName %%">
- <param name=cabbase value="WBChat.cab">
- <param name=membersWidth value=180>
- <param name=HTTPChat value=1>
- <param name=fontSize value=14>
- <param name=specialMenu value="Special Menu|Happy@(^_^)|Sad@(;_;)|">
-
- %% if pathHasTables %%
- <param name=tablesHeight value=72>
- %% endif %%
- %% if clientIsWindows %%
- <param name=fontSize value=12>
- %% endif %%
- %% if pathIsAnonymous %%
- <param name=anonymous value=1>
- %% endif %%
- %% if !userCanAddMessages %%
- <param name=readonly value=1>
- %% endif %%
- You must be running a Java-enabled browser to enter a chat room.
- </applet>
- %% else %%
- <b>Could not enter the chat room: </b>%% roomError %%
- %% endif %%
- <p><hr>
- Use the <tt>Back</tt> button in your browser to leave the chat room.
- %% footer %%</BODY></HTML>
- %% endmacro %%
-
-
-