Hello,
I need to use http post method to post html content to a website, receive a response (html format) from the website and parse the contents of the website response. Can anyone provide an working example on how to perform this function?
I would appeciate your help!
Thank you,
HTTP Post
sound like you need a web application to update dbf/cdx
Try free xScript (clipper/xHarbour syntax) :
http://www.xharbour.com/index.asp?page= ... 8&show_i=1
or ActiveFoxproPage (foxpro syntax) :
www.afpages.com
All you need is :-
- web server : IIS, Apache
- input screen : html/javascript
- dbf/cdx read/update : xScript/AFP
Sandeep did show me his xScript sample.
I personally use AFP.
Try free xScript (clipper/xHarbour syntax) :
http://www.xharbour.com/index.asp?page= ... 8&show_i=1
or ActiveFoxproPage (foxpro syntax) :
www.afpages.com
All you need is :-
- web server : IIS, Apache
- input screen : html/javascript
- dbf/cdx read/update : xScript/AFP
Sandeep did show me his xScript sample.
I personally use AFP.