liveHarmony plain logo
Service update liveHarmony to discontinue service as of August 1, 2011. See home page for details.

liveHarmony and QuickChat code

The chat service is available in two versions: liveHarmony and QuickChat.

Due to factors beyond our control, the QuickChat code no longer functions. QuickChat sites can convert to convert to liveHarmony code using our registration system.

Identifying code

liveHarmony code

liveHarmony code is a JavaScript script. It refers to liveharmony.org and primarily uses square brackets ([ and ]) instead of angle brackets (< and >).

Abridged sample code

<script>
var lh_params=
[
  // *** begin customizable section ***
  ['simple', 'false'],
  ['width', '500'],
  ['height', '350'],
  ['fg', '000000'],
  ['bg', 'FFFFFF']
  // *** end customizable section ***
];
lh_go(lh_params);
</script>

QuickChat code

QuickChat code is a traditional <applet> tag. It refers to planetz.net or quickchat.org and primarily uses angle brackets (< and > ) instead of square brackets ([ and ]).

Abridged sample code

<applet codebase="http://chat.planetz.net:8000/java/" name="QuickChat">
<param name="channel" value="#webchat">
<param name="simple" value="true">
<param name="bg" value="FFFFFF">
<param name="fg" value="000000">
<param name="font" value="helvetica">
<param name="size" value="12">
</applet>

Generating and converting code

To generate liveHarmony code and convert existing QuickChat code, visit the registration page.



Back to top

CHAT NOW!
Learn about chat room safety
© 2002-2008 liveHarmony. Portions of this work are licensed under a Creative Commons license