CGI.PM and print table

profuse apologies in advance, not trying to cross post, but believe I
may have posted in the wrong forum earlier (comp.perl.misc)

trying to replace this

print "<table>\n";
print "<tr><td><input type=\"submit\"></td><td><input type=\"reset
\"></
td></tr>\n";
print "</table>\n";


with this


print table(
TR([
td([submit(),reset()])
])
);


seems to work but then a new name/value pair for "submit" shows up in
the browser address bar


original query string


http://192.168.1.1/rocket.pl?page=1&keywords_string=3


new query string


http://192.168.1.1/rocket.pl?page=1&keywords_string=3&.submi t=Submit+...


what does this mean?


appreciate the help


dts
dtshedd [ So, 13 April 2008 19:18 ] [ ID #1941693 ]
Perl » comp.lang.perl.modules » CGI.PM and print table

Vorheriges Thema: Graph Path Module
Nächstes Thema: "audio::wav" module