In-Depth with CGI.pm - Creating Submit and Reset Buttons
Tuesday August 14, 2007
Every web form needs a way to submit it, and the standard simple method is to drop in a submit button. There are other ways, like using ajax or using an image instead of a button, but the submit button is a standard interface element that people have come to expect. Continuing our tutorial on creating HTML form elements with CGI.pm, let's look at how to build submit and reset buttons with CGI.pm.
In-Depth with CGI.pm - Creating Submit and Reset Buttons
In-Depth with CGI.pm - Creating Submit and Reset Buttons
