Untuk memudahkan kita dalam mencetak sebuah halaman
web, kita dapat menambahkan tombol printer untuk mencetak dokumen.
Seperti contoh dibawah ini, jika gambar printer diklik, maka akan ada
jendela print.
Contohnya : Klik icon Printer tersebut untuk
mencetak halaman web.
To help us in print a web page, we can add the printer to print the document. Like the example below, if the image is clicked the printer, then there will be a print window.
For example: Click the printer icon Printer to print web pages.
How do I make it? It's how:
For example: Click the printer icon Printer to print web pages.
How do I make it? It's how:
<script type="text/javascript">
function printPage() { print(document); }
</script><img onclick="printPage()" style="cursor:pointer;" title="Klik Untuk Mencetak Halaman" src="printer.png" alt="printer" width="16" height="16" />
Copy Script di atas, kemudian paste dimana Anda ingin
meletakkan icon printer tersebut, misalnya di atas postingan atau
dibawahnya. Ganti script printer.png
dengan url gambar icon printer Anda.
Copy the script above, then paste it where you want to put the printer icon, for example in the posting or below. Replace script printer.png with your printer icon image url.
0 komentar:
Posting Komentar