Yahoo/MSN Messenger Notification On Website
Is it possible to notify your website when you log in to messenger?The idea is to show on the website which site opperators are available on the messenger services for a IM question and answer session.We has a rudementary chat option as an idea but many of the site opperators are on mobile devices.
View Replies
ADVERTISEMENT
i like to develop an application like yahoo messenger.
View Replies
View Related
Is it possible to find out if Yahoo or MSN messenger is intalled or running on a visitor machines thru ASP Script. Like we get IP Address, O/S version etc etc. Code:
View Replies
View Related
Is it possible to add an MSN Messenger link like what Hotmail has so that our website visitors can pop up an MSN message to us?
View Replies
View Related
I have a form where public can fill in information and submitted into an access database, like the following:
Set adocon = Server.CreateObject("ADODB.Connection")
adocon.Open "dbcmpda"
Set rsaddcomments = server.CreateObject("ADODB.recordset")
str = "SELECT * FROM plaint; "
rsaddcomments.cursortype = 2
rsaddcomments.locktype = 3
rsaddcomments.open str, adocon
if request.form("comment") <> "" then
rsaddcomments.addnew
rsaddcomments.fields("comment") = request.form("comment")
rsaddcomments.fields("fname") = request.form("fname")
rsaddcomments.fields("lname") = request.form("lname")
rsaddcomments.fields("add") = request.form("add")
rsaddcomments.fields("email") = request.form("email")
rsaddcomments.fields("home") = request.form("home")
rsaddcomments.fields("mobile") = request.form("mobile")
rsaddcomments.fields("date_c") = date()
rsaddcomments.fields("time_c") = time()
rsaddcomments.fields("lawenf") = request.form("law")
rsaddcomments.fields("ptype") = request.form("ptype")
rsaddcomments.fields("fee") = request.form("fee")
rsaddcomments.fields("occur") = request.form("occur")
rsaddcomments.fields("site") = request.form("site")
rsaddcomments.fields("city") = request.form("city")
rsaddcomments.fields("province") = request.form("province")
rsaddcomments.fields("stadr") = request.form("stadr")
rsaddcomments.fields("countryoc") = request.form("countryoc")
rsaddcomments.update
rsaddcomments.close
set rsaddcomments = nothing
set adocon = nothing
comm = ("Thank you for reporting piracy.")
My question is instead of putting these fields into an online database, can we send them as an e-mail in a text format delimited by semicolon and then import them into a local databse for security purposes ??? and if i can could give me an example how?
View Replies
View Related
I have a page.asp?ID=xyz which redirects to releavant page and works if page exists but gives an error if not a valid page. How do I get it to redirect to an error message page being more user friendly?
View Replies
View Related
Is it possible for IIS to send some sort of notification when an ASP
error occurs on a page?
I can see them in the web logs, but I was wondering if there was a way
to receive an email or some other alert
I thought about using CDO Send Mail, but this object is often what
cause the error in the first place.
View Replies
View Related
how can i add on email notification when an ASP form is submitted.
View Replies
View Related
Is it possible for one to program one's pages as such that when a database table is updated over the web, via a form, that an e-mail confirmation is sent to a specified address, notifying the update has taken place? If so is there a tutorial out there that is easy to understand and implement?
View Replies
View Related
I am looking to build a desktop based notification tool which can be placed at tray bar. Well I have an asp script which checks my emails now I want to build a notification tool so that whenever I receive any new email the notification tool pop up a message at tray bar and show me that New email received.
View Replies
View Related
i need to implement messenger. Only Members can use this messenger. They can add other members to their messenger list and have ability to chat with them. can anyone give code for this.
View Replies
View Related
I have a form (it's a .asp page) that people fill out to receive a free brochure. The form results are sent to a database (mdb).This is what I want to do. I want to be notified by email everytime someone fills out the form. I also want to be able to use an auto-responder and send an automatic message to the person that filled out the form.
In the future, I would like to be able to have the people be automatically signed up for the newsletter (with the option of not be added to the newsletter).
View Replies
View Related
I'm creating a forum system and need help getting a couple of features working.
It is running on a network and everyone has msn messenger which works using an exchange server. Is is possible to have a link in the forum which will open a new messenger window to speak to another user?
I would also like to let people ping users from the site. Is there a command which can access command prompt, ping an ip address, and then retrieve the results so that they can be displayed on a page?
View Replies
View Related
I am looking for a free instant messanger I can add to my site.I want it to be like AIM or Yahoo's. Of course, I want it to be free, and want it written in ASP. And it needs to actually work (I have found many that don't do anything!). I appreshiate a post from anyone that has any ideas.
P.S. I want it to be web-based, no downloading things for the client
View Replies
View Related
I am looking for a webbased messenger.I like to test it on my site, and try to use it.
View Replies
View Related
can i use asp to open mesn messenger from behind a firewall
View Replies
View Related
Is it possible to open a new MSN Messenger window from a link on a site using ASP? I want to try and use it like a live chat link, but want to use the audio and webcam facilities MSN provides.
Haven't managed to find much on search engines and not sure where to start. I notice that this forum provides a link to send an MSN message to members, but it didn't seem to work when I clicked one(it just opened up a new window and then redirected to the home page).
View Replies
View Related
Using ASP and/or JavaScript, how do you create that little
notification message (usually in red below the submit button) when the
Submit button is pushed. Something that says "Your information is
being sent ..."
View Replies
View Related
can i use asp to open msn messenger from behind a firewall.
View Replies
View Related
I could sure use some conceptualization and query help with a Page Watch
System I am building in Access 2000 and Asp.
I need to cycle through databae and generate a compiliation query email that
notifies a person of yacht(s) that have changed on our website:
Key database tables.....
View Replies
View Related
I am am building a simple friend collection website.I want to be able to collect the contact list from members and friends.They will enter their email and pasword for their accounts in MSN Yahoo or AOL and then the code (asp highly prefered) will get the contact list in their accounts and put into a database.I have seen this but I have no clue how to access the contact list of the accounts.
View Replies
View Related
I wrote a web site in csharp and I'm using forms authentication for some of the pages in the root folder. The site is fully accessible from the web no problem, but when I request crawler Yahoo to index the site, it returns a '500 server internal error', and then Yahoo can't not index this web site at all.
Have anyone there experinced that already? I spoke to the ISP and they know nothing about it.
View Replies
View Related
I wrote a web site in c# and I'm using forms authentication for some of the pages in the root folder. The site is fully accessible from the web no problem, but when I request crawler Yahoo to index the site, it returns a '500 server internal error', and then Yahoo can't not index this web site at all. Have anyone there experinced that already? I spoke to the ISP and they know nothing about it.
View Replies
View Related
Ok, basically I'm trying to create a form, which when submitted, is emailed to a Yahoo! Email account. Unfortunately, it's not working for me. Here is my code:
email = trim(request.form("email"))
location = trim(request.Form("location")) ......
View Replies
View Related
How do i make my website appear in the Yahoo search engines when user do a search on certain keywords? I've tried meta keyword, but it doesn't work!
View Replies
View Related
i created one page like an yahoo address book. in this page
i show the records from database using asp recordset paging.
in this page i create dynamic check box for each record, if user select any record it will display in the same page under the selected items.and also it will be shown if user moves to another page.
how its possible? if you cant understood this pls assume the insert address window in yahoo compose mail.
View Replies
View Related
I have been struggling with this for ages and have seen nothing but brick walls! This is what I'm trying to do:
1. Read the information from this Yahoo weather feed:
ptth//:xml.weather.yahoo.com/forecastrss?p=AUXX0040&u=c
(i changed the http etc as it wouldn't let me post the link)
2. Pluck out selected info like weather status and temperature etc and display it using my own formatted text/icons on my website.
It seems so simple, I just cannot get it to work. Please can anyone help me with the parsing function? and then how to display the info?
View Replies
View Related
I'm new to the Yahoo! Maps API and am interested in using their geocoding function for addresses that I'm processing.
However, I'm a complete novice with it comes to Web Service, SOAP, REST, etc. and am looking for some good examples of how to utilize this service (and the corresponding XML response) using classic ASP.
View Replies
View Related
The end result of what I want is to display news headlines for specific stocks on my website. I adapted the below code (very unsuccessfully) from pulling data points from yahoo to news headlines. Code:
View Replies
View Related
i will be launching a site on which i will have a birthday reminder service along with some other features. Site is being made with the help of ASP and MS-Access. its birthday reminder service is a bit similar to that of birthdayalarm.com. Now if you go to www.birthdayalarm.com you will notice that when it gives you an option to add birthdays to your list, it allows you to get access to your msn list on that very site..a user just has to enter his msn id and password on that site and then it shows his full contact list, and then with just one click it can e-mail all those users in the contact list. I want that kind of a system with which users on my site can have access to their msn and yahoo contact list...after they provide their user id and password. Similar system is also integrated at www.friendster.com to invite friends. Does someone has any idea on how that thing can be made available on my site...any help would be greatly appreciated as its a really important part of my site.
View Replies
View Related
How to save ichart(on Yahoo!) using ASP...?
Im trying to save an ichart (image) from yahoo to an image file on the local disk.. I want to distribute this image to the whole local network as most local computers do not have internet access.
View Replies
View Related
I have a very simple feedback form: Name, Email, Comments.
I would like it send to my Yahoo email. I just wonder it is possible to send it to my yahoo email …. without asking the users installing any components?
I cannot use "CDO.Configuration") because I don't know SMTP Server.
View Replies
View Related
I am facing very weired problem that i am not able to solve so finally i give up. i use mailing application to send mails to my website members this script working fine with all e-mail services except yahoo.i cant figure out why its not working on yahoo only what probably i have done wrong Above is the script i am using....
View Replies
View Related