CGI.PM and print table
- From: dtshedd@xxxxxxxxx
- Date: Sun, 13 Apr 2008 10:18:27 -0700 (PDT)
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&.submit=Submit+...
what does this mean?
appreciate the help
dts
.
- Prev by Date: CGI.PM and hidden()
- Next by Date: Re: CGI.PM and hidden()
- Previous by thread: CGI.PM and hidden()
- Next by thread: Graph Path Module
- Index(es):
Relevant Pages
|
|