Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

428
Vistas
How to add external css in window.print in nuxt js

My External CSS is not working in windows.print.How to print with external css

  var divContents = document.getElementById("resultbox").innerHTML;
    var mywindow = window.open("www.facebook.com");
    mywindow.document.write("<html><head><title>my div</title>");
    mywindow.document.write(
      '<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" type="text/css" />'
    );
    mywindow.document.write(
      '<link rel="stylesheet" href="stylish.css" type="text/css" />'
    );
    mywindow.document.write(
      '<style>  body{background-color:"green"}</style>'
    );
    mywindow.document.write("</head><body >");
    mywindow.document.write(divContents);
    mywindow.document.write("</body></html>");
    mywindow.document.close();
    mywindow.print();
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda