Closed GoogleCodeExporter closed 9 years ago
Javascript isn't implemented - and isn't likely to be ever (never say never,
but I'm
tempted) - so javascript problems aren't really bugs.
However... on submit it should call the cgi-bin/redirect.pl URL passing the
SELECT
chosen option at least. Is that the exact HTML code? The value=?variable=1 bit
looks
suspect, not sure if that'd get parsed correctly. Any chance of posting the URL
of
the website?
Original comment by richard.quirk
on 9 Sep 2007 at 8:08
Yes, that's the HTML code, you can test it here:
http://pkpidgeot.com/?page=index_dex
My webpage :)
Original comment by danielro...@gmail.com
on 10 Sep 2007 at 1:06
Aha! I have found the problem. The document model is correctly parsed as this:
form
+- p
+- select
+- input
But on activating the form (clicking submit) it only looked for form elements as
direct children of the form, not as grand-children, etc. Expect a fix soon.
Incidentally, on Firefox with javascript turned off, clicking "Ver entrada"
sends you
to a non existent page. "La página http://pkpidgeot.com/cgi-bin/redirect.pl no
existe".
Original comment by richard.quirk
on 14 Sep 2007 at 6:49
Fixed in r321 - now does the same as Firefox without javascript ;-)
Original comment by richard.quirk
on 14 Sep 2007 at 7:45
Original issue reported on code.google.com by
danielro...@gmail.com
on 9 Sep 2007 at 7:31