No consigo que me funciones este javascript
Cita:
function cambiar_estado() {
var estado=document.getElementById("comiscomerc").valu e;
var codfactura=document.getElementById("codfactura").v alue;
miPopup = window.open("actualizarestado.php?estado="+estado+ "&codfactura="+codfactura,"frame_datos","width=700 ,height=80,scrollbars=yes");
}
var estado=document.getElementById("comiscomerc").valu e;
var codfactura=document.getElementById("codfactura").v alue;
miPopup = window.open("actualizarestado.php?estado="+estado+ "&codfactura="+codfactura,"frame_datos","width=700 ,height=80,scrollbars=yes");
}