in reply to Re^2: Pass variable values from HTML to CGI using "onclick"
in thread Pass variable values from HTML to CGI using "onclick"
poj<html> <form action="test.cgi" method="post"> <input type="submit" name="action" value="Add"/> <input type="submit" name="action" value="Edit"/> <input type="submit" name="action" value="Delete"/> <input type="hidden" name="hide" value="123"/> </form> </html>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Pass variable values from HTML to CGI using "onclick"
by newtoperl101 (Novice) on Jul 05, 2013 at 21:48 UTC |