/ Published in: Other
Expand |
Embed | Plain Text
function eli(v){ var confirmar=confirm('esta seguro que desea eliminar?'); if(!confirmar){ //window.location.href=""; }else{ window.location.href="index.php?idElim="+v; } }
You need to login to post a comment.
