bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help Ncurses


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 C
I 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 form

so 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]