Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL/HTML how to question

Re: PL/SQL/HTML how to question

From: <redrobot5050_at_gmail.com>
Date: 15 Dec 2005 11:04:06 -0800
Message-ID: <1134673446.837898.6570@g47g2000cwa.googlegroups.com>


Dennis,

I've had to deal with this as well, and it can be quite frustrating. How we did it was actually have two checkboxes, a "Approved" and "Not Approved" checkbox, and some javascript to toggle one or the other.

However, I do not think that is a good design. I would suggest two radio buttons (per user) of approved and not approved. So your form design would be changed to:

Name:                     Approved:          Rejected:
---------------------------------------------------------------------
Chris                           O                       X
Jeremy                        X                       O

and so on. However, if you wish to proceed with just a single check box, the advice of everyone else's replies is usable. Received on Thu Dec 15 2005 - 13:04:06 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US