![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/11/2008, 10:10
|
| | Fecha de Ingreso: noviembre-2008
Mensajes: 1
Antigüedad: 16 años, 3 meses Puntos: 0 | |
Respuesta: imprimir colores e imagenes de fondo. puedes probar esto esta algo danger por q escribe en el registro de windows, yo no lo probe
<script language="vbscript">
on error resume next
'Change IE Print Settings to Print Background Color and Images
Set WSHShell = CreateObject("WScript.Shell")
WSHShell.RegWrite
"HKCU\Software\Microsoft\Internet Explorer\Main\Print_Background",
"yes"
Set WSHShell = Nothing
</script>
PD: se puede hacer tambien en JScript
saludos |