i've searched all over for this with no real results yet. i'm trying to build a dynamic table from a single dropdown box. The dropdown has well over 200 <option>s and there are well over 200 matching <option>s to display, some consisting of a single line and some with 5-6 lines. Right now i have them displaying in a textbox which i consider workable, but not optimum. It doesn't match the rest of the pages and could be confusing to the end user.
There are a couple of caveats to this; i do not have access to the <head> nor <body> sections of the pages. i guess You could say i'm a contributor rather than a designer. i think i need a pure Javascript solution since i cannot put anything in the <head> or <body> sections.
Any ideas?
Thanks,
Dave
There are a couple of caveats to this; i do not have access to the <head> nor <body> sections of the pages. i guess You could say i'm a contributor rather than a designer. i think i need a pure Javascript solution since i cannot put anything in the <head> or <body> sections.
Any ideas?
Thanks,
Dave