[OT] Webpage question

tennyson

First Post
Here's a question for all of the web gurus our there: I'm trying to add a chat client to my webpage, but I need to know which way is the best way to go about it.

I've tried Bravenet's free chat, but I was hoping to integrate it more into my site. Something where I could keep the chat within frame instead of opening up a whole new window. Any thoughts? Suggestions?

My friend hosts our site, so I'm not using a free service such as Yahoo or Geocities. Thanks!
 

log in or register to remove this ad

This goes totally beyond my sk3311z, but I can at least give you a bump so you get on the first page again. ;)
 

Try checking out the Perl scripts at CGI Resources. These are standard CGI applications, so the server configuration should be easy (if it's not already done). Most are free, well-documented and easy to setup and keep running. Hope this helps!

--- John
 

If you already know of a chat you can add it in an IFRAME tag like this

< iframe src="chat.html" width=400 height=400 border=0 >

Otherwise, you can create a channel in chat.psionics.net
 

Remove ads

Top