¡@

Home 

javascript Programming Glossary: mywindow.document.write

Print the contents of a DIV

http://stackoverflow.com/questions/2255291/print-the-contents-of-a-div

mywindow window.open '' 'my div' 'height 400 width 600' mywindow.document.write ' html head title my div title ' optional stylesheet mywindow.document.write.. ' html head title my div title ' optional stylesheet mywindow.document.write ' link rel stylesheet href main.css type text css ' mywindow.document.write.. ' link rel stylesheet href main.css type text css ' mywindow.document.write ' head body ' mywindow.document.write data mywindow.document.write..

Can I Modify this Javascript to Print Images from Div?

http://stackoverflow.com/questions/6674425/can-i-modify-this-javascript-to-print-images-from-div

mywindow window.open '' 'print_div' 'height 400 width 600' mywindow.document.write ' html head title Print Window title ' mywindow.document.write.. ' html head title Print Window title ' mywindow.document.write ' head body ' mywindow.document.write data mywindow.document.write.. Print Window title ' mywindow.document.write ' head body ' mywindow.document.write data mywindow.document.write ' body html ' mywindow.document.close..