Re: wget --post-data issue

2012-01-21 Thread Camaleón
On Sat, 21 Jan 2012 11:57:42 -0500, Tony Baldwin wrote: > On Sat, Jan 21, 2012 at 01:03:06PM +, Camaleón wrote: >> On Sat, 21 Jan 2012 18:10:12 +0530, J. Bakshi wrote: (...) >> > The roll number always have 10 as default, and there is a text-area >> > to input comment. How can I use wget wit

Re: wget --post-data issue

2012-01-21 Thread Tony Baldwin
On Sat, Jan 21, 2012 at 03:08:51PM +0200, Volkan YAZICI wrote: > On Sat, 21 Jan 2012 18:10:12 +0530, "J. Bakshi" writes: > > I have a form which have 2 input field "Roll number" and "comments" ; using > > formfind command I get the following > > > > ``` > > --- FORM report. Uses PO

Re: wget --post-data issue

2012-01-21 Thread Tony Baldwin
On Sat, Jan 21, 2012 at 01:03:06PM +, Camaleón wrote: > On Sat, 21 Jan 2012 18:10:12 +0530, J. Bakshi wrote: > > > Dear list, > > > > I have a form which have 2 input field "Roll number" and "comments" ; > > using formfind command I get the following > > > > ``` > > --- FORM

Re: wget --post-data issue

2012-01-21 Thread J. Bakshi
On Sat, 21 Jan 2012 15:08:51 +0200 Volkan YAZICI wrote: > On Sat, 21 Jan 2012 18:10:12 +0530, "J. Bakshi" writes: > > I have a form which have 2 input field "Roll number" and "comments" ; using > > formfind command I get the following > > > > ``` > > --- FORM report. Uses POST to

Re: wget --post-data issue

2012-01-21 Thread Volkan YAZICI
On Sat, 21 Jan 2012 18:10:12 +0530, "J. Bakshi" writes: > I have a form which have 2 input field "Roll number" and "comments" ; using > formfind command I get the following > > ``` > --- FORM report. Uses POST to URL "index.php" > Input: NAME="go" VALUE="1" (HIDDEN) > Input: NAME="

Re: wget --post-data issue

2012-01-21 Thread Camaleón
On Sat, 21 Jan 2012 18:10:12 +0530, J. Bakshi wrote: > Dear list, > > I have a form which have 2 input field "Roll number" and "comments" ; > using formfind command I get the following > > ``` > --- FORM report. Uses POST to URL "index.php" > Input: NAME="go" VALUE="1" (HIDDEN)

wget --post-data issue

2012-01-21 Thread J. Bakshi
Dear list, I have a form which have 2 input field "Roll number" and "comments" ; using formfind command I get the following ``` --- FORM report. Uses POST to URL "index.php" Input: NAME="go" VALUE="1" (HIDDEN) Input: NAME="roll_no" VALUE="10" (TEXT) Textarea: NAME="message" Butto