Avatar of sikyala
sikyala
Flag for United States of America asked on

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_400" 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

Avatar of undefined
Last Comment
Ryan Chong

8/22/2022 - Mon
SOLUTION
Ryan Chong

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

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

do you need further clarification here?
Ryan Chong

as suggested.
Your help has saved me hundreds of hours of internet surfing.
fblack61