Unit 16.2. HTML Utilities

Unit Objectives

After this unit, you will know how to:

Generate an HTML Select List from a SQL Query

The owa_util.listprint procedure generates an HTML selection list form element from the output of a SQL query. The columns in the output of the query are handled as follows:

  • The first column specifies the values to be used in the SELECT list. These values are supplied to the VALUE attribute of the OPTION tag.

  • The second column specifies the displayed values; those that the ...

Get Oracle® Web Application Programming for PL/SQL® Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.