--- 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. Mark Nutter Quick and easy regex creation and debugging! http://www.bucktailsoftware.com/products/regexplorer/ __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ 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>
