Ver Mensaje Individual
  #7 (permalink)  
Antiguo 06/11/2008, 10:10
chapita1
 
Fecha de Ingreso: noviembre-2008
Mensajes: 1
Antigüedad: 15 años, 5 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