Receive Notification

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


ADVERTISEMENT

Receive Email Notification

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

Email Notification

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

No Record Notification

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

Email Notification

how can i add on email notification when an ASP form is submitted.

View Replies View Related

Email Notification

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

Notification Tool

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

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 View Related

Submit Form Notification Message

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

Receive SMS

I am looking to incorporate SMS messages into a web page, so if people send a message to me, it shows up immediately on-screen. how to do this?

View Replies View Related

Email Notification Query (many To Many) :: Multiple Directions

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

What Do I Need To Do To Receive E-mails (but Not Through My ISP)?

I was just wondering what the requirements are on my computer system if I want to be able to receive e-mails (to my own mail server and not through the mail server of my ISP). I already have a functioning SMTP-server, but I guess that only works for outgoing mails, or is there maybe a way I can send mails to this SMTP-server?

Do I need a fixed IP-address? Do I need so kind of special software like Win 2003 server or maybe Exchange Server? Do I need my own domain name? Anything else I need to bear in mind if I want to have my own incoming mail server?

View Replies View Related

Receive E-mails

I am looking for a way to read & download my e-mails from my pop3 account from another server by using ASP(vb)

If you know anything about this subject please feel free to let me know. I learn how send but not receive.

View Replies View Related

Cdonts Mail Sent But Can't Receive

After I run my cdon't.asp file, I saw a successful message saying "mail sent". Then, I went to open my inbox but find no mail. So, I went back to c:inetpubmailroot, I saw a folder called queue and saw that mail there. How do I solve this problem?

View Replies View Related

ASPPOP3 & Database Receive

Does any one know if asppop3 allows you to insert mail directly into a database table? I think i know of a way but before I do, I would like to know if any one else knows?

View Replies View Related

How To Receive CDONT Email In Thai

I have a html form. When it is submitted, an asp page retrives all the data and sends the data to my email id. It is working well when the form data is in English. When user fill in the form using Thai language and submit, as sends some junk. How can i fix it?

View Replies View Related

Database Won�t Receive Data

I have application form in ASP and I�m using a code
which I have use many times before and when I fill out
the forms it doesn't return any errors so it works perfect I guess.

Anyway... when I download the database (Access mdb)
back to my C: and open it a new line of record has been
created but all the fields are empty and no data.

Does anyone know what can be wrong or what are the
possibilities?

View Replies View Related

Receive An Unknown Amount Of Files

I have been writing a photoalbum in ASP and I am trying to receive an undetermined amount of files.

A more detailed explanation:

The client side (Javascript) generates a new file upload box as soon as the file in the first box is selected...the name of the file upload boxes is bestand[] so that the input is received in an array.

Now I am trying to receive all the files with ASP and store them on the server....

View Replies View Related

Receive Form Data In Email?

I'm looking for a simple e-mail form processing for my website. I want users to be able to add their e-mail in a simple text field with a submit button so I can receive it by e-mail. I've looked on the Internet and it seems so complicated.

View Replies View Related

Receive Xml As Input Stream Through Asp And Parse It.

Receive xml as input stream through asp and parse it. I would be getting a xml file and i need to recive it through asp and parse it thus extracting its childnodes.

View Replies View Related

Error I Receive Is Object 'Server' Required

I have the following code in my my form:

Sub frmSubButton1_onclick

Dim ObjMail

'Create Mail Object
Set objMail = Server.CreateObject("CDONTS.NewMail")

'Populate variables from form value
strAuthorEmail = document.getElementById("OpenBy").value
strRecipientEmail = "tech@lsamedicaidspecialists.com"
strCC = document.getElementById("OpenBy").value
strBody = document.getElementById("IssueDescription").value

With ObjMail

.From = strAuthorEmail
.To = strRecipientEmail
.CC = strCC
.Subject = document.getElementById("IssueCategory").value
.Body = strBody

End With

ObjMail.Send

I am erroring out on this line -

Set objMail = Server.CreateObject("CDONTS.NewMail")

The error I receive is Object 'Server' Required. I am running IIS 5.x and that is why I am using CDONTS.

View Replies View Related

Dim :: Receive A Variable Send From A Formular With Method GET

I''ve got a problem with "dim". I want to receive a variable send from a formular with method GET Why it doesn't work??

<body>
<%
dim name
dim vorname
....
name = request.QueryString("name")
vorname = request.QueryString("vorname")
....
response.write ("name" )
response.write ("vorname" )
....
response.end
%>
</body>

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved