Click to See Complete Forum and Search --> : Print all screen content


moondance
09-04-2003, 08:34 AM
How could i print all the content on a webpage, including pictures/ graphics? I'm using the simple function:

echo "<input type=button value=Print Page onClick=print()>";

but it only prints out the text, not even table borders or anything.

Anyone know of anything better?

moondance
09-04-2003, 08:48 AM
ahhh i just found out theres a setting in internet explorer (tools/internet options) under the print checkbox - to print background images...

i don't suppose for security reasons that theres any way it can be turned on or off from a web site, is there? maybe it can be done temporarily with javascript or something?

:confused:

DaveSW
09-04-2003, 09:40 AM
it is as the user sets it :D

ofcourse, you can get round it by using absolutely positioned divs and images, etc etc but you can't change the users settings.