O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
The following is companion content for Office 2010: The Missing Manual. It shows you how to update use forms in Access 2010 to find, edit, create, delete, and print database records.Upon creating a fo...
If you want to highlight missing or incorrectly entered information in a form then the following excerpt below from Javascript Cookbook will help. For the fields that need to be validated, a...
This excerpt from Javascript Cookbook will help you avoid the pitfall of duplicate form submissions. Potential harm could occur if a user submits the same form several times. So naturally yo...
Supposing you want to perform an action based on which radio button is clicked. The following excerpt from Javascript Cookbook can help point you in the right direction.
Attach an onclick ev...
Learn how to use jQuery to select form elements by type (hidden, text, checkbox, etc.) in this excerpt from jQuery Cookbook.
jQuery gives us a bunch of useful filters as shown in this table:
jQuery...
Looking for a quick reference for all those Visual Basic form operations you tend to forget about until you need them again? This excerpt form Michael Halvorson's Microsoft Visaul Basic 2010 Step by...
If you want to interact with a web server, chances are you're using a form to do it. This excerpt from Ben Henick's HTML & CSS: The Good Parts introduces you to some of the new form features in HT...
This excerpt from Christopher Shcmitt's CSS Cookbook will show you how to build a form that users can fill out online, or that
they can print and then fill out offline, as shown in Figure 10.3.
...
CCK is an extremely flexible framework for creating forms
to enter content. Although the Drupal core provides the ability to
create different content types (such as a Job Opening or Appl...
Countdown timers can take many forms. This example application sets the turn of the new yearin the user's time zone as the "zero hour" for the timer, and displaysa constantly updated dis...