Skip to Content
Oracle® Web Application Programming for PL/SQL® Developers
book

Oracle® Web Application Programming for PL/SQL® Developers

by Susan Boardman, Melanie Caffrey, Solomon Morse, Benjamin Rosenzweig
December 2002
Intermediate to advanced
745 pages
17h 26m
English
Pearson
Content preview from Oracle® Web Application Programming for PL/SQL® Developers

Unit 6.1. An Introduction to Forms

Forms allow a Web site to interact with the user. The user can enter information or make choices. This data can be collected and processed. Processing form data usually involves inserting to or updating a database. Traditionally, the file with the processing instructions was a script file in a CGI/Bin. In our case the processing file is a PL/SQL procedure or PSP page.

What Every Form Needs

For a procedure to be able to process information submitted in a form, the following elements must be in place:

  • Form fields (where users enter data or make a choice). Each form field must have a name to enable the script to match the name with the value the user enters into the form field. It is recommended that these names ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Java™ Oracle® Database Development

Java™ Oracle® Database Development

David J. Gallardo
The Java EE 6 Tutorial: Basic Concepts, Fourth Edition

The Java EE 6 Tutorial: Basic Concepts, Fourth Edition

Eric Jendrock, Ian Evans, Devika Gollapudi, Kim Haase, Chinmayee Srivathsa
Oracle® PL/SQL® Interactive Workbook, Second Edition

Oracle® PL/SQL® Interactive Workbook, Second Edition

Benjamin Rosenzweig, Elena Silvestrova

Publisher Resources

ISBN: 0130477311Purchase book