Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 9, 2021 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/cde38c4784c7af66de5b989fd15a921a to your computer and use it in GitHub Desktop.
Save parzibyte/cde38c4784c7af66de5b989fd15a921a to your computer and use it in GitHub Desktop.
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