On Jun 9, 2006, at 11:18 AM, Mark Nutter wrote:
--- Christopher Jett <[EMAIL PROTECTED]> wrote:
I've got the part down where I
use a
dictionary for the form values. No problem. However I am
wanting to
use the returned results and I don't understand the example in
the
Language Reference.
The LR is a bit vague: there are two ways to call the Post
method.
Synchronous:
Dim resultPage As String
HTTPSocket.Yield = True // allow background tasks
resultPage = HTTPSocket.Post(toURL, aTimeOutValue)
// aTimeOutValue is an integer number of seconds to wait
// for a result to be returned
or Asynchronous:
HTTPSocket.Post toURL
// result will be returned in the PageReceived event
For simplicity, I've omitted the optional FolderItem parameter,
which you can use to specify that the results should be written
directly to a file.
Thank you. That cleared it up a great deal.
--
Chris Jett
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>