I have this problem with IE but ok with FF and Safari:

function FillCombo(analist) {
var list1 =
SELECT({'id':'anagr','name':'anagr','onchange':"comboprogetti
(this.value)"}, map(partial(OPTION,
null),analist.anagr));
swapDOM('anagr', list1);
}

the problem with IE6 is no "this.value" parameter is passed to the
function "comboprogetti" while the correct selected option is passed
with FF and Safari.
Maybe a better way to reference the selected item in a Select?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to