multiple option

wxdqz

New Member
I have a SELECT in a Form .. but it is not a multiple type, but I need to get all options puted in this select, so, I used this options to set

formEdit.dbox1.options.multiple = true;

It's work, but the problem is the follow:

Is strange, but is true

If I put a alert('blablabla') after ...options.multiple = true .. I can get all options, whithout the alert .. not work.
 
Back
Top