Hi Ranchers,
I have too many drop down lists in my page. It is severely hampering my performance.
But one good thing is I think the performance can be increased with the help of some javascript methods. I just want an expert opinion from you folks.
The requirement is pretty simple. I will have 'n' drop down lists and the options in the drop down lists are again the same 'n' values.
Say my <option> tags are "ONE" "TWO" "THREE", "FOUR", i will have four drop down lists with the option values being these one of 4 values. If 4 is the case, things are fine since I will have only 4 x 4 = 16 values. But when the option count is 800 in my case
. I am having 800 x 800 = 640000 options in my page!!!
I dont have the pagination option, clients dont want it. Is there a way to address this issue ?
Please advise.
The following is a sample prototype I am working on ..
Thanks,
Bragaadeesh.