Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Easy VBS Question

Status
Not open for further replies.

Billxx

Technical User
Dec 13, 2005
103
US
Please excuse my terminology if it isn't 100% clear.

I have programmed in VB6 for a few years as a personal interest and for personal use.
I now have an IP telephone system that Posts call reports to a server as soon as the call ends with XML.

I wrote a simple program using Winsock, but the situation has changed and now I need to use a server.

In VB6 I used Winsock GetData to put the input into a string and then I parsed out the fields.

My question is, how do I do this in VBScript? Assign the Posted data to a variable that is.

When the data is Posted to my ASP web page, how do I assign it to a variable?

Thanks,
Bill
 
If you question is about how to handle data posted via HTTP POST to an ASP page, you really have more of an ASP question than a general VBScript question.

Maybe try in forum333 instead?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top