Post question.

In the example programs for posting form data to a server, the program begins the post and then enters the event loop.  When this operation is done the termination function is called and the program is exited from there.  

I would like to write a function that will perform a post, and when it is done, it will return control to the original calling function.  Is there a way to have the event loop exit, and then have control returned back to the original calling function instead of exiting the entire program?  (ex. main calls MyPost and when MyPost is done it returns to main?)

Thanks,
Brian

Received on Monday, 1 May 2000 00:29:57 UTC