How can i print the page of my html or how can i direct it to a file to print? for example i have a word document for that html to print?
Printable View
How can i print the page of my html or how can i direct it to a file to print? for example i have a word document for that html to print?
you can't print files using html, javascript etc. only the browser can. Usually when you see a link that says 'print this page' it just takes you to a more prnter friendly page, without the images, and unnecissary links and navigation stuff.
how can i direct it to print the printer frendly page? for example i have a word document ready for print?
what tags or codes should i use?
i would just have the browser use the default font, and not use any images or anything. Basically just this:
Code:
<html>
<head>
<title>Your Title</title>
</head>
<body>
Print thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint thisPrint this
</body>
</html>