Hello all,

I encountered a problem with Arachne with HTML form on some
dynamically generated page.
Let's say the page is linked from another one (on the same server)
as "http://someserver/path/script.php?id=3";, and it contains a
form similar to the following (most of the unnecessary stuff has been
removed):

<form method=GET>
  <select name="opt1">
    <option value="A" >A
    <option value="B" >B
  </select>
  <select name="opt2">
    <option value="1" >1
    <option value="2" >2
  </select>
  <input type="hidden" name="id" value="3">
  <input type=submit value="SUBMIT">
</form>

When I click "SUBMIT", Arachne seems to send request for
"http://someserver/path/script.php?id=3?opt1=A&opt2=1&id=3";
which is not interpreted correctly by the server, of course.

Anyone knows whether the form is designed incorrectly and the
webmaster should be blamed for the trouble, or it is entirely
Arachne's fault? (by not realizing that "id=3" is already part
of the URL?)
This form works correctly with Konqueror and Mozilla on Linux.

I'll send the link to that page if any of the experts wants to
investigate it in detail.

Michal

Reply via email to