Easy To Setup Web Chat For Windows?
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.
View Replies
ADVERTISEMENT
For a college site, we have Win 2000 and IIS5 running with ASP support with MSSQL backend.
We have to implement a chat system where a student can chat with a professor.
Any suggestions on how we go about this? Since the server setup is in our hands, I have very little restrictions on how I go about this.
View Replies
View Related
does anyone know any free asp chat software ,where 2 or 3 people from a company can login and answer questions from different customers.
View Replies
View Related
I guess everyone heard about Livsrv but they are chargeable. We are looking for same kind of thing but free One.
View Replies
View Related
I need to do a string comparison (in asp) that checks to see if "META" is contained somewhere/anywhere in the string. Can anyone tell me the syntax for doing this?
View Replies
View Related
<% Response.Write "" & FormatDateTime(now,2) & "" %>
Gives me the date in MM/DD/YYYY. How can I reformat this to DD/MM/YYYY?
View Replies
View Related
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 ?
View Replies
View Related
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?
View Replies
View Related
I'm hoping for an easy solution to this that I'm not seeing that
someone more experienced will.
All I want to do it mark an option tag as selected....
<%
hourCounter = 1
Do WHILE hourCounter <= 12 %>
<option value="<%=hourCounter%>" <%If hourCounter =
hour(rsCalendarEdit("fld_calendar_DateTime")) Then Response.write "
selected" End If %>><%=hourCounter%></option>
<% hourCounter = hourCounter + 1
Loop
%>
The trouble is if the time is "PM" I have a problem as you can see. Is
there a method or property here I can implement that I'm not seeing?
View Replies
View Related
Please recommend an chat component ( customer support purpose)
for .net applications with oracle back end.
Loof forward for any information in this regard.
View Replies
View Related
i am looking for asp-flash based chat source codes please send me link if you find any one. Code:
View Replies
View Related
I need help for making a chat room.
From past six month i am trying to make a chat room .
so far i have tried text chat, session / application chat, database chat, xml chat e.t.c
but all these chat are not fast ..
The message sending and receiving time is around 4 sec. and some time it is more than 7 sec.
I want to make a chat room in asp which will be very fast , can any one guide me ...
i am planning for socket chat in asp but still not able to find any thing in that.
View Replies
View Related
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?
View Replies
View Related
why asp is retarded compared to some other server side scripting languages? or am i just the retard? Code:
<% If Session("auth") = "1" And Session("userid") <> "" Then %>
// Show user information box....
<% Else %>
// Show login form....
<% End If %>
in my head, what i just wrote should equal something like if the session variable "auth" equals 1 and the session variable "userid" does not equal nothing, then do this.well, i haven't set any session variables, and it's processing the chunk of code right after the above if/then. either shows a user information box or a login form.it shows the user information box, instead of the form.
really baffles me considering i haven't set any session variables. i guess this is why i like php better, but i'm trying to get a grasp on asp, it just seems to hard to do something simple. can anyone tell me why that code is returning the wrong block of code?
View Replies
View Related
Can anyone point me in the right direction for a script that allows user to chat on the web in ASP. However I need a one to one chat room.
I came accross this site and source code ...
View Replies
View Related
How to create a basic chat?
View Replies
View Related
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?
View Replies
View Related
Using ASP & Access. So I am having a total brain-fade. I am trying to pull up data out of a table. But I want a "select all" option. What should the value be for the "select all" option of the form? What should the WHERE statement be in the query?
View Replies
View Related
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.
View Replies
View Related
I'm a bit fed up with having to constantly change my INCLUDE statements from INCLUDE FILE to INCLUDE VIRTUAL when I'm ready to put a new page out on my webserver. How can I configure IIS on my WinXP Laptop to mimic how my hosting company has their server setup?
View Replies
View Related
I setup SSL. Now users can see the site at port 80 and at port 443. i want to disable 80.
How to?
View Replies
View Related
<%= objrs ("age"), 2)%>????
how do i get it to only display the first 2 numbers?
View Replies
View Related
I am having trouble with our server host they are saying that the php
upload limit is 20 mbs but using the code below with my flash file I
can only get it to do 8mbs. I know that asp is allowing for up to
20mbs though so I was hoping that someone would be able to change this
code to ASP(I am not very good at either php or asp). I think that
should be pretty easy:
<?php
if (is_uploaded_file($_FILES['Filedata']['tmp_name'])) {
$uploadDirectory = "uploads/";
$uploadFile = $uploadDirectory .
basename($_FILES['Filedata']['name']);
copy($_FILES['Filedata']['tmp_name'], $uploadFile);
}
?>
View Replies
View Related
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.
View Replies
View Related
I am just trying to take pieces out of the sql statement individually and display them. I get this error:
ADODB.Recordset (0x800A0CC1)
Item cannot be found in the collection corresponding to the requested name or ordinal
There is data there in the table and I'm not sure what's going on. Code:
View Replies
View Related
i need code for online chat application development for an matrimonial chat application development.
View Replies
View Related
Im making an asp website for a rotary club what would be the best script to create a website something like a CMS without all the forums and stuff.
View Replies
View Related
What is the easiest way to create a graph in either asp or html code? Is there one? I am doing several SQL queries the result of which I will give me a number. I need to put this number into some kind of graph (bar graph) on the page. THe number will vary so it must be some type of dynamicly created graph.
I would prefer to not use a thrid party tool to do this if possible ......
View Replies
View Related
I am looking for free live chat support system in asp for download not for rent. Do you know any available on the internet ?
View Replies
View Related
I'm working on a system that requires alot of date handling, and i'm getting pretty tired of doing custom calculating when modifying dates, so i hope someone would be able to help me. Is there any easy way to do re-calculating of dates? such as adding 2,11
or 36 months to a date, and have it automatically checking whether or not it should increase months or year, and by how much?
Like, if i have to add 11 months to the date right now, i have to check which month it's in to see whether or not i could just take one month lesser the next year and so on.
View Replies
View Related
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.
View Replies
View Related
Basicly I have a table that gets contact info and stores it from a form AND emails me...
Problem is I want to just email a link to the ContactInfo.. which should be referenced via the unique PK so whwn i view it, it would be nice to reference the row just inserted...
ala view.asp?emailpk=141
figured there woudl be something like recaffected out there.
View Replies
View Related
I need to write an application which should work as web application (ASP.NET) and it should have its counterpart for winforms - (they would do the same thing). My question is... what kind of pattern shall I use (MVP or MVC) for writing these apps to minimize overhead of rewriting code (e.g. I'll start writing winform app and then create similar web app )?
View Replies
View Related