Date:  06/22/2010 03:50:25 PM Msg ID:  004180
From:  FoxWeb Support Thread:  004179
Subject:  Re: Is there a way to do this
You can send an HTTP request from the server, by using an HTTP control. There are several such controls, including the Internet Transfer Control.
FoxWeb Support Team
support@foxweb.com email
Sent by Jerry Mattox on 06/22/2010 03:06:31 PM:
Hey guys:

I have a client who needs my foxweb application to post some data over to his page. I do not want to use a redirect because I do not want to expose my varable, and I want my page to continue execution at the next line.

Here is an example of what he would like for me to do.

https://www.hissite.net/hispage.xml?co_name=ABC&co_code=1234

I have this data in my code, and would like to pass it over to him like a formpost, but not actually leave my program.

Thanks in advance.

Jerry Mattox