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 have problem i want created simple site This site should epitomize table about organizer free or busy room in month the rooms is 6 but people should mark
we have 7 computers can access our web application.Is there a way I can use their computer names to identify which computer login?I use asp and javascript.
I Am Creating A Room-Booking System. The Establishment I'm Making For Has 6 Periods Of Time A Day. Any Examples Of A Statement I Could Use Whuch Searches A "Day" Field For 6 Identical Dates, And If It Does, Says "Fully Booked" Or Something?
I'm creating a room reservation system. For some reason I can think of how I can track of Time so that there can NOT be double booking. I figure I should put it in the script but I just am having "writers block" and can't figure it out.
I thought of doing a start time and and end time. But how to I stop people from trying to book in between. Say a room is book from 8:00am till 1:00 pm but someone wants to book 1:30p but they accidently key in 10:30a (it's a stretch I know but work with me here). I want to stop them from booking that. They should get a error saying it is already booked at that time.You don't have to write out the code for me, unless you really want to. However help me get my thought process through the tunnel.
Does anyone know of any free ASP 2.0 room reservation code? I have been looking at Webervations.com and they have what i want but i don't want to pay the $80 for it per year.What it is, is a website to check to see if (in my case) there are rooms available in my bed and breakfast.
I am not looking for online payments I am just looking for the customer to be able to search and see if there are rooms available and then book/reserve them if the customer would like to.
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 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'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.
Ok the kid who put together my shopping cart did a pretty good job. Each item is housed in a SQl db table, however I one problem..
The description field can only carry a max of 1024 char and is a NVARCHAR.
Should I...
A. just add three more fields to the db of the same type and add 3 more text boxes to my eidt product page and pull all 3 out when i build the page?
B. Change the current DB type to something other than NVARCHAR?
C. Find some other way to store my descriptions that I have not yet even realized could be done?
anyone have any ideas... Im no guru, but I know enough to get myself in trouble. heehee 1024 is not even close to enough room on some products. Some of them I need about triple that space easy.