[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    Bug#1354: kfmbrowser and POST query strings
From:       rodkey () westmont ! edu
Date:       1999-05-11 17:23:55
[Download RAW message or body]



  Package: kfmbrowser
  Version: 1.167.2.11

  When I point kfmbrowser at a CGI that is expecting a POST, the query
strings don't
come through.  (It works under Netscape).
Here's the perl for the CGI in question...

#!/usr/bin/perl
print <<HERE ;
Content-type: text/html

<html><head><title>kfmbrowserbug</title></head>
<body><pre>
HERE

use CGI;
my $query = new CGI;
my @names = $query->param;
my $choice = $query->param("choice");

print <<HERE
I show this form as being called with variable name = $names[0]
In that variable, I see the following content:  $choice

</pre>
</body>
</html>

---------------------
The form which calls this CGI is as follows:
<html>
<body>
<form method=post action=/cgi-bin/querybug.pl>
<select name=choice> <option selected > default
<option> non-default
</select>
<input type=submit>
<input type=reset>
</form>
</body>
</html>

The kfmbrowser is running on the RedHat 6.0 unmodified distribution, and
the
web server is running on RH 5.1, Apache 1.3.3

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic