Joe ALVES
2010-02-18 13:00:03 UTC
Hello All !
i've a picklist in a form,
i would like to retrive the "text" selected value, not the id (1st column)
how can i do
this : crmForm.all.new_type.Selectedtext : doen't work
this : crmForm.all.new_type.Value : returns the ID
this : document.getElementById('new_type').value : returns the ID
Could anyone help me ?
Thanks a lot
regards.
Joe
i've a picklist in a form,
i would like to retrive the "text" selected value, not the id (1st column)
how can i do
this : crmForm.all.new_type.Selectedtext : doen't work
this : crmForm.all.new_type.Value : returns the ID
this : document.getElementById('new_type').value : returns the ID
Could anyone help me ?
Thanks a lot
regards.
Joe