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

187
Vistas
Suggestion for printing content in Chrome and Edge

Hi we are using below code for printing in IE browser

function ieExecWB( intOLEcmd, intOLEparam ) {

    try {
       // Create OLE Object
        var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
        // Place Object on page
        document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
        //to handle the runtime errors if printer is not connected
        oldHandler = window.onerror;
        // if intOLEparam is not defined, set it
        if ( ( ! intOLEparam ) || ( intOLEparam < 2 )  || ( intOLEparam > 2 ) )
        intOLEparam = 2;
        // Execute Object
        WebBrowser1.ExecWB(intOLEcmd, intOLEparam);
        // Destroy Object
        WebBrowser1.outerHTML = "";
        window.onerror = oldHandler;

    }catch(vException){
        return;
    }
}//end of ieExecWB()

window.parent.frames.item('frameLeft').document.close();  
window.parent.frames.item('frameLeft').focus();             
document.frmBD0103.hdnPrnCookie.value = "";                                                                        
ieExecWB(6,PRINT_WITHOUT_PROMPT);
window.parent.frames.item('frameLeft').document.open();
window.parent.frames.item('frameLeft').document.write("Left Frame.....");
window.parent.frames.item('frameLeft').document.close();

Now we are changing browser from IE to Edge and Chrome.

Could you please suggest best way to use above functionality in chrome and edge browser.

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