Hello everyone,
I am looking for an AJAX based chat control which would work and display somewhat similar to the chat we use in gmail. I have been looking at free and commercials controls but i cannot seem to find any options out there that provide the display similar to gmail. i do not want any hosted solution. I want the chat to run with my Oracle Database that i have. I will be using it for an intranet application that we are making...
Search Result
Collapse
9 results in 0.0044 seconds.
Keywords
Members
Tags
-
Need help in finding ASP.NET footer chat control ajax based
-
Internet Explorer Ajax not working
Ok, so here's my problem. As you may have guessed by looking at the title, I'm having problems with ajax and internet explorer. I have internet explorer with 0 protection on active x, and I use active x requests to load and send data. The only problem is, the data gets stuck. Thats all i know how to say. It's a chat program, and so i open the page once, and it works. But then I can't get it to update afterwards, without closing and opening... -
Error with my smilies code
Hi there. i am trying tying to add weight and height to this script of mine.
Code:<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <!--#include file="../Connections/*******.asp" --> <% Dim RSsb Dim RSsb_numRows Set RSsb = Server.CreateObject("ADODB.Recordset") RSsb.ActiveConnection = MM_production_STRING RSsb.Source = "SELECT * FROM dbo.RSshoutbox
-
Smilies in asp database
Hi there, i have a website i am working on and i want to be able to let users use smiles but i cant get them to work. Any ideas here is my main body
Code:<%function smilify(chatText) dim smileys(10) dim smileyGraphics(10) smileys(0) = ":)" smileys(1) = ":S" smileys(2) = ";)" smileyGraphics(0) = "<img src='smiley0.gif'>"
-
Error :calss,interface,or enum expected chat.server.*; in java chat
hi every body here
i try to run program written in java (client server chat Application ) but when i try to compile it i get this error
" RMIChatServerIm pl.java.java:6: calss,interface ,or enum expected chat.server.*; "
plz can anyone help me :(
I Attached a picture of the error... -
Why my run method is not working?
This program consists of a client1 named client1 and a server named server.My client is able to connect to the server but the server cannot catch what my client is sending as inputs.
Here are the codes
client codes
<code>
import java.io.Buffere dInputStream;
import java.io.Buffere dOutputStream;
import java.io.IOExcep tion;
import java.io.InputSt reamReader;
import... -
how to implement yahoo messenger chat app in C#?
Hi friends,
I am Meysam,
I want to develop an application like yahoo messenger,
I wan to send msg from client #1 to Client #2 that are connected to a server ,
server is in internet, ( in other word server has Valid IP)
my clients are connected via Dial up or ADSL ,
clients have valid or invalid ip,
hwo can i send data from #1 to server and then rout data from server to #2,???... -
Flash Video/Audio Chat peer to peer on browser.
I need to have a chat application in my client's website. The chat is one to one. Nothing like chat room. On clicking on a user,you can have video chat with him. To my reading, I will need to have FMS(Flash media server) and a good server.
What I want is a open source script or paid which i can integrate with my website,But I need a very good audio and video quality with bug free. I thought of going for dimdim or webex but i heard... -
Smilie filter
hey there. im new to the coding side of asp as i learnt html before hand. What im trying to do is intergreat a smilie filter in to a small chat i building for me and and some mates. The chat is using a SQL database and IIS. my current source code for it is here:
Code:<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <!--#include file="../../../../Connections/databasechat.asp" --> <% Dim
Last edited by Frinavale; Jul 14 '09, 02:16 PM. Reason: Added code tags. Please post code in [code] [/code] tags. Merged duplicate threads.