Changes

Remove Options from a Combo Box Using JavaScript

36 bytes removed, 16:10, 23 October 2009
no edit summary
for (i=frm.eventtype.options.length-1;i>=0;i--)
{
if (frm.eventtype.options[i].text=='FirstType') frm.eventtype.options[i]=null; if (|| frm.eventtype.options[i].text=='SecondType') frm.eventtype.options[i]=null;
}
}
0
edits