Hi folks,

I think I'm missing something simple here, but I can't seem to see it.

Here's my function:

function DeleteGroup(){
    var $group = $("#GroupKeyID")[0];
    var index = $group.selectedIndex;
    var groupname = $group[index];
    $.dump(groupname);
}


Calling this function (FROM IE) causes the error: "Class doesn't
support Automation"

FireFox (of course) has no complaints and works just fine.
Grrrr.... ;o)

Anyone who could help me figure this out would be my hero! :o)

Thanks,
Chris

Reply via email to