lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV Automating Form Submission (was: [no useful subject])


From: David Woolley
Subject: LYNX-DEV Automating Form Submission (was: [no useful subject])
Date: Wed, 25 Feb 1998 08:14:33 +0000 (GMT)

> 
> Why can't I pass cgi variables using lynx?
> like this:
> lynx -source
> http://cklung.school.net.hk/db/abc.cgi?id=156&name=sdfsdf&city=sdf&B1=Submit

Because you've used two line?

Because you haven't quoted the shell metacharacters (&, ?)?

Because the ASP/CGI/??? application hasn't been written to cope with
GET mode forms (see -post option)?

Because the application is expecting both POST and multipart/form-data?

What version of Lynx?

How exactly is it failing?   (Trace output, error messages, environment
variables in the CGI program.)

reply via email to

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