My Live Support Script
IT also has almost all of the features I want. It uses a microsoft access 2000 database (I use the following code to connect to the database:
DSNtemp="DRIVER={Microsoft Access Driver (*.mdb)}; "
DSNtemp=dsntemp & "DBQ=" & server.mappath("SOMEPLACE")
sqlstmt = "Select * From TABLENAME"
Set rs = Server.CreateObject("ADODB.Recordset")
rs.Open sqlstmt, DSNtemp, 3, 3
Do until rs.EOF or rs.EOF)
The code works fine, I would just like to add a thing and it would tell what page the user(s) are/is at and then I can request a chat with them and a box would pop up asking them if they would like to chat. My oly problem is how would I keep track of the visitors on my site, and how would I know when they left the site?
View Replies
ADVERTISEMENT
i'm looking and have been for quite a while now for a good live support script for sales consultants to web surfers.
all i need from the script is the content thats being writen by both parties to show in a log window above and a text field below to enter the text and next to it a .jpeg of the sales consultant there talking too, all with a speedy refresh rate and either automatic notification to the consultant via sound or alert of the surfer browsing the site, or an icon for the user to select for live support.
all needs to be in a pop up box on my site not a seperate chat page or forum. i've seen it on many hosting sites but cant seem to find a cheap or free script to use or alter for myself, any sugestions or scripts would be very much appreciated, and if i can be of any assistance to you i would be glad to assist.
View Replies
View Related
I have got a small problem as follows, i am trying to test my web page on the live site of which it doesn't load to the database. hence it loads on the production server.
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
I am having trouble with an ASP login that uses sessions to control access
to certain pages. However the sessions are not being carried accross upon
using response.redirect.
I realise that this is the case that DNS names and IP addresses vary upon
whether it works or not, however how can i get around using sessions live on
the internet? and make them work>?
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
in ado we have 4 locks
adlockreadonly
adlockpessimistic
adlockoptimistic
adlockbatchoptimistic
how can we check this locks work ...means suppose i used adlockpessimistic ..this lock does not allow other user to alter data ...i wanted to check it live.
View Replies
View Related
I would like know the active (live) users who have logged in to my site. I should have a live connection with each client so as to enable us to send any messages which should pop up in their system.
View Replies
View Related
I was just wondering: is it possible to put something in ASP code that would be able to tell the difference when my site gets visited by a live user or a bot?
My website is setup to email me every time there's a visit, but it notifies me when it is visited by web crawlers as well, which I don't care about, I only want to know about real people. How do I teach my script to tell the difference? Any suggestions?
View Replies
View Related
I have a couple of static HTML pages live, as a sort of family blog. Now I just found out how ASP could work, experimenting with WikiAsp.
What I would like to know is whether it is possible to include some DHTML in my static pages for gathering comments on blog entries, which are saved to a database for example on 1asphost.
Of course it would also be nice to read out the database again to see the comments to each blog entry in the static pages. Can this all be done using ASP?
View Replies
View Related
Someone generates an RTF document, which is stored on the server side. Next
he must be able to edit the document in a WYSIWYG way, and save right back
to the server (without downloading to the user first and uploading again)
What would be the best way to implement this ? Anything goes. ActiveX,
Richtextbox ways, etc...
View Replies
View Related
I am facing a problem that i am unable to connect to Live Communication Server using my own UI. Actually i want to access the API's in LCS through my own UI(which is a messenger UI),which i am using to implement chatting messenger in my project.
The main reson is that i dont know the code to connect to this LCS and what namespace shld i use so that i can access all the functionality of my LCS 2005.
The coding is to be done in c#. I could have used the MS OFFICE Communicator direcltly but i have to use my oen UI and thus i need to connect to this LCS...
View Replies
View Related
I am looking for live streaming audio/video technology to integrate in my ASP .NET web application. My searches led to a couple of open source products but most of them were old or came under the form of a full blown web application - not an SDK.
The project is academic and is ample therefore building my own is not feasible at this time. The end product will have to provide the functionality of a commercial product but will only be used as a proof of concept so no commercial use is intended.
Ideally all I am looking for is a library that can establish live-audio video connection between two computers over the internet and allows the video be embedded within a web page (with no or a minimum set of other controls). Also there has to be possible to transmit high quality video.
View Replies
View Related
Does anyone know when MS is going to phase out suppport
for ASP (not asp.NET, but classical ASP) in their
operating systems/web servers? For example, they have
already stopped mainstream support for the main tool used
to build ASP pages (Visual Interdev). It is very much
possible that in the days to come , they come up with a
version of IIS which does not support classical ASP.
Does anyone know when that is supposed to happen?
View Replies
View Related
Can ASP support SSL ?Any tools is required ?Or any things has to be installed on server side ??
View Replies
View Related
I've been trying to write a an RSS feed program in ASP, but I cant find any decent or much reference to a good asp/dom/xml example. I want to be able to read AND write XML to a file system on a server. Does DOM support exists for ASP. I want to have full control over the XML like you can in PHP for example saying Node node = root.childNodes()
and then saying somthign like "for each node get child nodes" and attributes and what ever else I can get. The things I found so far are very limited. Does anyone know of anything like this. I've spent all yesterday and today looking and I still havent made much progress.
View Replies
View Related
How do I enable my server to support ASP files?Am I even posting in the right thread?
I am running windows server 2003.
Could I enable this server to support ASP files?
View Replies
View Related
Like IIS installed on it. Its not my server, so i dont know all about it or exactly what the company is, but i can upload whatever i want onto it. Im a complete beginner, so can anybody give me some sample code to test if it supports asp?
View Replies
View Related
I have been using ALS for a while, and I want to be able to create my own version, But the only issue I have is being able to track users realtime, ie get what page they are on, how long they have been online, and being able to contact them by throwing a pop-up.
ALS does it but i've tried scoping the coding, but can't find anything.
View Replies
View Related
Error Type:
ADODB.Recordset (0x800A0CB3)
Current Recordset does not support updating. This may be a limitation of the provider, or of the selected locktype.
Code:
If checkAttemping = FALSE Then
objRst("Ended")= FALSE 'reset old attempT
View Replies
View Related
I would like to start using Outlook Web Access on my IIS 5.0 server. It has PHP and MySql on there along with their ISAPI filters. Everything works great. It has the ASP support taken off and I would like to re-add this support back to the server.Where is the ISAPI filter located at on the Server?
I am hoping that this would be the only reason that OWA will not work.
View Replies
View Related
In my ASP page I set the charset to UTF-8
Response.charset="UTF-8"
But all the javascript functions included thourgh a .js file does not work. This happens only on IE6.0.28 and works fine on IE5 and IE6.0.26 also. If anyone of you guys have worked on mulitlingual support if u could mail me your ASP page,which uses a charset mail to me.
View Replies
View Related
Is it possible to configure Apache to work with ASP.Net? If so, how do i do it?otherwise, do i have to use IIS for ASP?
View Replies
View Related
I have the following code:
<Script LANGUAGE=vbscript RUNAT=Server>
for i =0 to document.form1.elements.count-1
response.write "test"
next
</Script>
When it gets to the line for i=0.... the error message pops up stating that Object does not support this Property or Method.
View Replies
View Related
I have Windows 2000 Server. Running IIS 5. I created a ASP file that connects to a database and when i go to view it, It either says that there is a error in the code on like 106.
Which is only an "End If" command, Or it will say that this page needs to be posted on a web server that supports ASP. Well.. I have indexing service running, And I know for a fact that the code in the page is correct because it works on other 2000 server.
View Replies
View Related
I need to support my web pages both in english and spanish. Is this possible in ASP. Can u please point to some places(websites)/articles which will show that. Or if you have any code Or any leads into it that would be great.
View Replies
View Related
If application deals with browsers that do not support cookies, then what I will have to use other methods to pass information from one page to another in your application in the ASP.
View Replies
View Related
Please observe the pages below:
session1.asp
<%
Session("test")="TESTING"
Response.Redirect "session2.asp"
%>
session2.asp
<%
Response.Write Session("test")
%>
Those pages does not output any thing if I use IE and If I access the pages
from machines running Windows 2000 Server, XP or Windows NT Server. Opera
outputs as per session variables name.
IIS server is running Windows 2000 server. I've checked the cookie settings
which was set to accept cookies.
I tried IE 5.0, IE 5.5 and IE 6.0
What could be the fix?
View Replies
View Related
I'd like to bcc someone using Bamboo. I've tried setting smtp.BCC, but it doesn't work - gives an internal server error. Does Bamboo in fact support bcc?
View Replies
View Related
how ASP (not ASP.Net) to do the following things:
1) Get real-time information from other web site such as tracking via
Fed-Ex;
2) Real-time credit card charging via a payment gateway such as WorldPay;
3) How to support multiple languages.
View Replies
View Related
i want to build a ticket support system for my company, so when a client has a technical question, they can email a support address and get assigned a ticket number. then my colleague will get the email and respond when he can. my question/s is:
a) is there any existing system i can use (free if possible. i would rather use an existing system as i have limited time!)
b) how can i write some code that acts when an email address is sent. ie: user sends email, the server receives it and executes some code (sends an email back with assigned ticket number and adds record to db).
View Replies
View Related
Is it possible to change the web.config or machine.config file to allow access to an .asp page? I'm new to .Net 2.0.
View Replies
View Related
I connect to a Access DB and when trying to display the data from the DB, I get the followig error:
Object doesn't support this property or method: 'Fields'
The recordset does not support this property.
The script that I use is attached along with this thread.
Does anybody know what is wrong, is there a simpler approach to
display Access data on a Web Page?
View Replies
View Related