
December 31st, 2007, 04:00 PM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 9,703
Time spent in forums: < 1 sec
Reputation Power: 11
|
|
|
PL/SQL and HTML Form Checkboxes
Because PL/SQL does not have the same support for arrays that other programming languages have, handling checkboxes in HTML forms can be a bit trickier than you might expect. An example on how to handle checkboxes is available on Oracle's documentation on Developing Applications with the PL/SQL Web Toolkit, but this example doesn't show the whole picture.
Read the full article here: PL/SQL and HTML Form Checkboxes
|