Reciente

Twitts xskylarx

Imprimir desde PHP o HTML

Posted by skylar On Diciembre - 29 - 2009 7 COMMENTS

Hola pues bien este script lo comparto con ustedes ya que  en un script que hice lo use para imprimir lo que tenia dentro de un iframe y aparte de eso primero queria que me diera la vista previa del documento .

pues bien el codigo para generar la vista previa es el siguiente  :

1
2
3
4
5
6
7
8
9
10
11
<script type="text/javascript">

function imprimir()
{ if ((navigator.appName == "Netscape")) { window.print() ;
}
else
{ var WebBrowser = '<span class="mceItemObject"  ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></span>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser); WebBrowser1.ExecWB(7, -1); WebBrowser1.outerHTML = "";
}
}
</script>

si notan tiene un numero 7  –>> WebBrowser1.ExecWB(7, -1); bien ese numero 7 es el que hace la vista previa si ponemos un 6 –>> WebBrowser1.ExecWB(6, -1); abriria la ventana de impresoras para mandar la impresion directamente  otra forma para mandar solo el recuadro de impresion seria –>> window.print() ; con este ultimo no es necesario habilitar los activex del IE , con el  WebBrowser1.ExecWB(6, -1); hay que activar la ejecucion de activex de lo contrario no funcionaria .

la forma de llamar a la vista previa seria :

1
<a href="javascript:imprimir();">Imprimir Reporte</a>

A la hora de generar la vista previa  veriamos toda la pagina  pero que pasa si solo queremos imprimir unas cuantas cosas?  a pues muy facil ocupariamos el siguiente script :

1
2
3
4
5
6
7
8
9
10
<script type="text/javascript">
  function window.onbeforeprint(){
noimpre.style.visibility = 'hidden';
noimpre.style.position = 'absolute';
}
function window.onafterprint(){
 noimpre.style.visibility = 'visible';
 noimpre.style.position = 'relative';
}
</script>

y dentro de una etiqueta DIV pondriamos todo lo que no queremos que se imprimima ejemplo :

1
2
3
4
5
6
<div id="noimpre">

Esto no se imprimiria

</div>
Todo esto de aqui se imprimiria en la vista previa y obviamente en la hoja

Espero les sirva de algo cualquier duda o comentario por favor háganlo saludos .

1 Star2 Stars3 Stars4 Stars5 Stars (1 5.00
Loading ... Loading ...

7 Responses

  1. so this can be what will become of darwanism

  2. Thanks for taking the time to discuss this, I feel strongly about it and love reading more on this topic. If possible, as you gain expertise, would you mind updating your blog with more information? It is extremely useful for me.

  3. Thanks for sharing, I found this article, while looking for free downloads and ran across this website, thoughtful comments and great points made.

  4. VIAGRA dice:

    BUY VIAGRA HERE

  5. This is a great post, I stumbled across your post while looking for new lyrics. Thanks for sharing, I’ll be sure to return regularly.

  6. Can I use this text in my blog if I put a link back to yours?

  7. Luigi Fulk dice:

    Your blog is very usefull and with all information what I needed. So thank you and good luck!!!