About
Pricing
Community
Teams
Start Free Trial
Log in
sikyala
asked on
11/14/2017
how do I change pl/sql code to create a multi select instead of list box
I have the following code:
htp.p(' <td valign="top" align="left">');
htp.p(' <div id="org_users2">');
htp.p(' <select class="form_field_select_4
00" id="item_assigned_to_id2" name ="item_assigned_to_id2');
htp.p(' <option />');
htp.p(' </select>');
I want to format the web application as a list box. How would I modify this code so that it appears as a list
Can I use <div class="listbox-area">
Web Development
4
2
Last Comment
Ryan Chong
8/22/2022 - Mon
SOLUTION
Ryan Chong
11/14/2017
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
ASKER CERTIFIED SOLUTION
Ryan Chong
11/14/2017
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Ryan Chong
11/28/2017
do you need further clarification here?
Ryan Chong
12/17/2017
as suggested.
Your help has saved me hundreds of hours of internet surfing.
fblack61