Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to XMLHTTP a parameter to ASP
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
How to XMLHTTP a parameter to ASP
Miscellaneous
Thread ID:
01066201
Message ID:
01066201
Views:
67
I have code like this in a VFP desktop client :
oHTTP=CREATEOBJECT("MSXML2.XMLHTTP")
cSendBody=[ABCDYFUG]
chur=[http://www.myWebSite.com/myEmail.asp?cBody=cSendBody]
oHTTP.open([POST],chur,.f.)
oHTTP.send()
The ASP has a CDO mailer. My hope was to include cSendBody in the body of the message. The ASP page sends the mail - but it does not include the cBody.

Is there something similar to a parameter statemet I need to use in the top of my ASP page.

Thanks
Imagination is more important than knowledge
Next
Reply
Map
View

Click here to load this message in the networking platform