|
From: | David Owen |
Subject: | Re: Help Ncurses |
Date: | Tue, 20 Nov 2007 15:14:40 -0700 (MST) |
On Tue, 20 Nov 2007, Shyam Yadav wrote:
Hi , I want to take help in Ncurses CI have created the form, number of fields on form , now i want to submit the form from submit GUI buttion I want to keep the Submit and cancel button on that form and activate that button and submit the form like HTML formso please can you help me ,how i can do by Ncurses Lib +C
Perhaps you are asking how to take some data, and submit it to a webserver as if it were submitted from a browser?
If so, take a look at cURL (http://curl.haxx.se/) or Wget (http://www.gnu.org/software/wget/). Either will work. You provide them with a URL and some data, and they will do the POST operation.
-David
[Prev in Thread] | Current Thread | [Next in Thread] |