Someone can tell me why this code does everything but work under IE (6)???
var newEditor = new Option(document .add_editor.nom e.value,
document.add_ed itor.nome.value );
opener.document .newsform.edito r.options.add(n ewEditor, null);
opener.document .newsform.edito r.selectedIndex =
opener.document .newsform.edito r.length - 1;
var newEditor = new Option(document .add_editor.nom e.value,
document.add_ed itor.nome.value );
opener.document .newsform.edito r.options.add(n ewEditor, null);
opener.document .newsform.edito r.selectedIndex =
opener.document .newsform.edito r.length - 1;
Comment