Está en la página 1de 1

<script type="text/javascript"> // Deletes from the destination list. //modipla //borranod function deleteFromDestList() { //var destList = window.document.forms[0].

destList; var destList = window.document.id_nota.modipla; var destList2 = window.document.id_nota.borranod; var len = destList.options.length; //var len2 = destList2.options.length; for(var i = (len-1); i >= 0; i--) { if ((destList.options[i] != null) && (destList.options[i].selected == true)) { destList.options[i] = null; destList2.options[i] = null; } } } </script> selecciona el texto:de la lista document.formu.comenta.value=document.formu.elimina.options[document.formu.elimi na.selectedIndex].te document.writeln("error de datos"); http://www.youtube.com/watch?v=BW_BGAXsTRc sistem.out.println("hola")

También podría gustarte