Hi, I need help with a java applet.
I am using PJIRC Java Chat on my
website, I like the way i have it set.
I would like to change one thing.
Right now the applet is set so users
connecting to my website are auto-
joined to a channel of my choice.
I realy would like to have a button
option, So users have a choice to
connect or not. I do not like they
are being forced to connect when
coming to my website. The issue i
am having is i need the button to be
shown as something like "click here
to chat" once clicked on i need the
java applet to open in the same space
where the button was so in otherwords
to replace the button. I thank you all that
can help with this in advanced.
Below is the url the applet is installed:
-----------------------------------------------------
http://lazy-net.org
-----------------------------------------------------
Below is the applet code:
-----------------------------------------------------
<applet code=IRCApplet.class archive="irc-unsigned.jar, pixx.jar" width="500" height="400">
<param name="CABINETS" value="irc.cab, securedirc-unsigned.cab, pixx.cab">
<param name="nick" value="web">
<param name="alternatenick" value="web???">
<param name="name" value="Web User">
<param name="host" value="irc.lazy-net.org">
<param name="command1" value="Join #lazy">
<param name="gui" value="pixx">
<param name="quitmessage" value="Disconnected">
<param name="asl" value="false">
<param name="useinfo" value="true">
<param name="style:bitmapsmileys" value="true">
<param name="style:smiley1" value=":) img/sourire.gif">
<param name="style:smiley2" value=":-) img/sourire.gif">
<param name="style:smiley3" value=":-D img/content.gif">
<param name="style:smiley4" value=":d img/content.gif">
<param name="style:smiley5" value=":-O img/OH-2.gif">
<param name="style:smiley6" value=":o img/OH-1.gif">
<param name="style:smiley7" value=":-P img/langue.gif">
<param name="style:smiley8" value=":p img/langue.gif">
<param name="style:smiley9" value=";-) img/clin-oeuil.gif">
<param name="style:smiley10" value=";) img/clin-oeuil.gif">
<param name="style:smiley11" value=":-( img/triste.gif">
<param name="style:smiley12" value=":( img/triste.gif">
<param name="style:smiley13" value=":-| img/OH-3.gif">
<param name="style:smiley14" value=":| img/OH-3.gif">
<param name="style:smiley15" value=":'( img/pleure.gif">
<param name="style:smiley16" value=":$ img/rouge.gif">
<param name="style:smiley17" value=":-$ img/rouge.gif">
<param name="style:smiley18" value="(H) img/cool.gif">
<param name="style:smiley19" value="(h) img/cool.gif">
<param name="style:smiley20" value=":-@ img/enerve1.gif">
<param name="style:smiley21" value=":@ img/enerve2.gif">
<param name="style:smiley22" value=":-S img/roll-eyes.gif">
<param name="style:smiley23" value=":s img/roll-eyes.gif">
<param name="style:backgroundimage" value="false">
<param name="style:backgroundimage1" value="">
<param name="style:sourcefontrule1" value="all all Serif 12">
<param name="style:floatingasl" value="true">
<param name="pixx:timestamp" value="true">
<param name="pixx:highlight" value="true">
<param name="pixx:highlightnick" value="true">
<param name="pixx:nickfield" value="true">
<param name="pixx:styleselector" value="true">
<param name="pixx:setfontonstyle" value="true">
</applet>