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