HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

irc applet
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> Others
View previous topic :: View next topic  
Author Message
cunning_plan



Joined: 15 Apr 2006
Posts: 4

Posted: Thu Apr 20, 2006 7:36 am     irc applet  

ok, having spent a long while sorting my site out and getting the html working i have one more thing i still realy want to do. i want to add a chat applet to my page. now ive seen irc run though a java applet and that would be perfect. could anyone tell me how i can do this, if its going to be mindboggolingly hard and if its going to cost me money.

cheers for support
cunning_plan



Joined: 15 Apr 2006
Posts: 4

Posted: Sun Apr 23, 2006 4:59 am      

anyone?


Corey Bryant



Joined: 15 May 2004
Posts: 8428
Location: Castle Pines North, CO USA

Posted: Sun Apr 23, 2006 7:24 am      

I have not used Java Chat in a very long time. With the problems of Java these days, I usually steer clear. Plus make sure your web hosting provider supports it. Check with them.

And check out ParaChat

_________________
Corey
Loud Commerce | Loud Worx | Merchant Account Blog
mistermonty



Joined: 15 Jun 2006
Posts: 4

Posted: Fri Jun 16, 2006 11:05 am      

Its pretty easy to make this, just use the following code:

Code:
<applet code=IRCApplet.class archive="irc.jar,pixx.jar" width='100%' height=400>
                              <param name="CABINETS" value="irc.cab,securedirc.cab,pixx.cab">
                              <param name="nick" value=<? echo "a nickname" ?>>
                              <param name="name" value="user">
                              <param name="host" value="put your irc server here">
                              <param name="gui" value="pixx">
                              <param name="quitmessage" value="Goodbye!">
                              <param name="command1" value="/join #yourchannel">
                           </applet>
tbr281



Joined: 22 Jul 2006
Posts: 1

Posted: Sat Jul 22, 2006 10:36 am      

Does this code work? I cant test it right now cuz i'm at school and applets are blocked
 
 
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> Others
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group