SeizeTheDave
12-06-2005, 04:08 PM
In TU v1.0, I was able to submit to a web page and have values sent back to me in the web page. For example, I would receive an html page that looked like this:
<TRUEUPDATE10>%value1%,%value2%</TRUEUPDATE10>
<%value1%>Hello</%value1%>
<%value2%>World</%value2%>
From there I could use "%value1%" and "%value2%" as actual variables within my script.
How do I do this now? The HTTP.Submit seems to only put all of this into a string. Is there a way to get the values without having to write a function to parse through the results?
I have tried sending back a string that looks like {value1="Hello",value2="World"} in hopes of turning it into an array. That didn't work.
Any ideas? Thanks!
Dave
<TRUEUPDATE10>%value1%,%value2%</TRUEUPDATE10>
<%value1%>Hello</%value1%>
<%value2%>World</%value2%>
From there I could use "%value1%" and "%value2%" as actual variables within my script.
How do I do this now? The HTTP.Submit seems to only put all of this into a string. Is there a way to get the values without having to write a function to parse through the results?
I have tried sending back a string that looks like {value1="Hello",value2="World"} in hopes of turning it into an array. That didn't work.
Any ideas? Thanks!
Dave