Chuma has asked for the wisdom of the Perl Monks concerning the following question:
Is there a cleverer way to do this?print ' <form name="theform" action="page2.cgi" method="post"> <input type=hidden name=x> <input type=hidden name=y> </form> <a href=javascript:document.theform.x.value=5; javascript:document.theform.y.value=7; javascript:document.theform.submit();> hello<\/a> ';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI question
by Corion (Patriarch) on Feb 16, 2010 at 09:47 UTC | |
by Chuma (Scribe) on Feb 16, 2010 at 09:53 UTC | |
by Corion (Patriarch) on Feb 16, 2010 at 10:09 UTC |