-
-
Save parzibyte/cde38c4784c7af66de5b989fd15a921a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (window.opener) { | |
document.querySelector("#firma").src = window.opener.obtenerImagen(); | |
// Imprimir documento. Si no quieres imprimir, remueve la siguiente línea | |
window.print(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment