Xml Receipt

Does anyone have some example code on how to receive an xml document sent to the server ?
I`m using 'Msxml2.ServerXMLHTTP.3.0', but can`t seem to get it working.I just want to receive the xml document and insert it into a database

View Replies


ADVERTISEMENT

Read Receipt

Anyone know if it's possible to add a read receipt to emails sent via CDONTS or CDOSYS

View Replies View Related

Delivery Receipt

I am using myMail.DSNOptions = 14 n a script that uses CDO.Message to
send an internal mail. Is there a way to access the delivery status in
the same script and report a bad route...below is an example I would
like to achieve.

Example:

Sub sendMail(msg)
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Queues|Critical"
myMail.From="ExMgmt@us.panasonic.com"
myMail.To="santhoshs@in.ibm.com"
myMail.TextBody=msg
myMail.DSNOptions = 14
myMail.Send
set myMail=nothing

<----------------------------If message not delivered Wscript.echo
"mesage not delivered" else "great job" end if ------------->

End Sub

View Replies View Related

Read Receipt With CDOsys

Is there a way to request a read receipt when sending out an email?

View Replies View Related

Receipt Based On Database Input

i'm trying to show a message where a user can print after checkout. i have 2 pages, the checkout page and the validate order page, where the checkout page displays a form and the user will fill this page and submit the order, then the order will be stored in the database in a table called Orders where the Order ID is generated automatically, and the date is also stored using the date function.

now what i need is after the order is being stored in the database the validate order will be called to display the message that the order has being received, well i need to add the two fields (Order ID, date) from the Orders table based on this specific order.
How can i do that ?

View Replies View Related

Trying To Setup A Receipt Page. Problems With Recordsets.

I'm trying to setup a receipt page to finalize my whole shopping cart deal.

PayPal is used to pay and it uses IPN to return the data back to my script which inserts everything into the database and then forwards to my receipt page.

The IPN script page stores the orderID under a session variable called orderNumber. With that, I've created recordsets on my receipt page to hold the orders and orderDetails information just fine.

My problem is that neither of these tables hold the product's name so that I can display line items. The orderDetails recordset does have Product ID and is related to the Products table in my database by the productID field.

How can I make the receipt page list the actual names instead of just the IDs?

View Replies View Related

Open The Cash Drawer Via Receipt Printer

I have an electronic cash drawer as part of a point-of-sale installation. You're supposed to be able to automatically open the cash drawer with some printer commands (drawer is connected to the receipt printer) but I can't get it to open automatically. I want it to open when the customers receipt is printed.

How do you send printer escape sequences to a windows printer via ASP ? The cash drawer model is ... Posiflex CR-4100 Cash Drawer.

View Replies View Related

Order Form Needs To Send Cust Receipt

I am learning more and more about asp but can't find and figure out where and what varialbles to add to this form. I want to be able to have this form email to me and to the person that filled it out as there receipt as well.

I don't have it set up to show the results after they fill it out that would be nice but not sure how to do that either. My main focus is getting the receipt sent to the person that filled it out. Code:

View Replies View Related







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