| |
sfa
Posts: 4
Score: 0
Joined: 11/9/2006
Status: offline
|
Hi All, I am using the "MSXML2.XMLHTTP.3.0" object to send a request to a script on another server. The responsetext is a string in this format = &variable1=value1&variable2=value2 Is there any way I can get the values similarly to how I would normally use the request object to get POST or GET values. So far the best way I figured out is to use the regular expression object but Im hoping there is a better way. thanks in advance SFA
|
|