select boxes inside html table:web server 2.0
From: Suresh Yarlagadda <syarla_at_pt4064.pto.ford.com>
Date: 1996/11/01
Message-ID: <syarla.127.000B7E88_at_pt4064.pto.ford.com>#1/1
Date: 1996/11/01
Message-ID: <syarla.127.000B7E88_at_pt4064.pto.ford.com>#1/1
Hi,
I want to put select boxes ( values will be loaded from cursors ) inside
tables. I can create select boxes and display it in the web browser bot not
inside tables.
example: it is working
Please help me how to use the same functions inside htp.tabledata procedures
htp.formSelectOpen('P_supplier_part','SUPPLIER PART#','1');
htp.formSelectOption(' ');
htp.formSelectOption('Suresh1');
htp.formSelectOption('Suresh2');
htp.formSelectOption('Suresh3');
htp.formSelectClose;
htp.p;
htp.tableopen; htp.tablerowopen; htp.tabledata(htf.formselectopen(' ') --- ??? htp.formselectoption(' '); --- ??? htp.tablerowclose; htp.tableclose;
bye
Suresh Yarlagadda
Ford Motors
Received on Fri Nov 01 1996 - 00:00:00 CET