Print all screen content

liunx

Guest
How could i print all the content on a webpage, including pictures/ graphics? I'm using the simple function:<br />
<br />
echo "<input type=button value=Print Page onClick=print()>";<br />
<br />
but it only prints out the text, not even table borders or anything. <br />
<br />
Anyone know of anything better?<!--content-->ahhh i just found out theres a setting in internet explorer (tools/internet options) under the print checkbox - to print background images...<br />
<br />
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?<br />
<br />
:confused:<!--content-->it is as the user sets it :D <br />
<br />
ofcourse, you can get round it by using absolutely positioned divs and images, etc etc but you can't change the users settings.<!--content-->
 
Back
Top