i want to build simple chat system for fun. but i dont know where should i start. i know asp and little JS , AJAX .
i think these are enough for that kind of target. actually most important question is where should i store messages? and how can i send incoming messages to users "AT THE SAME MOMENT" . i mean how can i make continuous connection or is it possible?
I am currently developing a final year project which is a web based tracking system tracking exam questions. I am using IIS as the server, MS access for the database, and ASP with VBScript for the scripting side of things.
One of the things I want to do would be to e-mail a user/moderator whenever a exam question is edited/completed/updated. does anyone have any previous expierence in this? i don't even know where to start.
What is the asp code variable for System Date and System Time? Are they built-in system variables, or is there some code involved to return the values?
im trying to find a free chat script but with adminestration rules also i found some chat rooms i must pay 4 it every year or 6 month like digichat and could n't find some explain 4 that.so can any body tell me about a good free chat and why must i pay 4 digichat every year ?
I would like a free Live Support script for my site...writtent in ASP. I found some, but they refresh the page to update the contents...I would like it to use a better, more-efficient way. Some features that would be nice, but not needed would be visitor monitoring and operator initiated chats, and the ability to push the user to pages. If there is any such script...could someone please tell me where I can find it?
Please recommend an chat component ( customer support purpose) for .net applications with oracle back end. Loof forward for any information in this regard.
I have made a chat application and used Application("") global objects to send the messages Now, I want to add the private messaging feature to it Let us say there are 10 users at one time so that one user can click on 9 users and private chat with them.
How can I maintain or separate this private messaging?
I plan to develop a dll which will be registered on a server and accessed by asp. The dll is a chatserver control (using winsock). the client end will be in vb. what are the guidelines to follow?
I am looking for a customizable chat software that is not in Java. It needs to be in ASp or ASP.net. It also needs to be able to intergrate with a SQL 2000 DB. I need this for a very big project I am involved in if any one can help i would truley apprecaite it.
I had problem, one of our client web site with 650 pages and nearly 4500 visitior per day from our country. He need chat program that when visitor watches his pages for more than 25 second then he must called to Service Chat.
That owner must view� IP address [country and city]
� Time's counting of each visitor � then call the visitor for Service chat.
Problem in here is:
How to send popup window to client browser for Particular IP address only and not for all after few minutes. Is it possiable or not.
I would like to create a chat room but I don't know where to start. for example: Should I create a database for the user input and output. I never done this before.
I am working on developing a chat room using mysql database. the chat room has two frames one for the display text and the second frame for submit text from the user.
the two frames are: display.asp send.asp
what I need help with is when the user send a message how can I update the data with the new entry. Code:
i'm looking for a easy to setup web chat script that i can install on IIS? if someone can point me in the right direction it woudl be great, i download a couple cgi scripts but couldn't get them to load.
I have the following piece of code:If RS.EOF or RS.BOF Then Session("Authenticated") = False
Response.Write "Sorry, your userid or password did not match" Response.Write "<BR>" Response.Write " or you have not registerd yet, please register" Response.Write <a href="default.asp">Clik here Response.End Here, I need to build the line (Response.Write <a href="default.asp">Clik here) dynamically, so that the html output from asp page gives us <a href="default.asp">Clik here
I have a situation where I have to update a single table with information from a bunch of fields. So I can explain better this is a sample table with some data... Code:
I am having trouble with structuring my query for searching using "LIKE". I return no records with my current SQL statement. Here is the string I am sending through ASP using VBScript as my language.
Other piece: strClass = Request("SiteLOCCode")
String from ASP page: "SELECT * FROM LDSWSNames WHERE WSName LIKE '" & strClass & "' "
Output string from ASP: SELECT * FROM LDSWSNames WHERE WSName LIKE 'KYLEXAD01'