• Web sitemizin içeriğine ve tüm hizmetlerimize erişim sağlamak için Web sitemize kayıt olmalı ya da giriş yapmalısınız. Web sitemize üye olmak tamamen ücretsizdir.
  • Sohbetokey.com ile canlı okey oynamaya ne dersin? Hem sohbet et, hem mobil okey oyna!
  • Soru mu? Sorun mu? ''Bir Sorum Var?'' sistemimiz aktiftir. Paylaşın beraber çözüm üretelim.

Window Print Method (ing)

Üyelik Tarihi
7 Ocak 2015
Konular
4,091
Mesajlar
4,274
MFC Puanı
40
Kod:
<!-- Paste this code into the STYLE section of your HTML ********
     so the button itself will not print  -->

@media print {
input.noPrint { display: none; }
}


<!-- Paste this code into the BODY section of your HTML ********  -->

<input class="noPrint" type="button" value="Print This Page" onclick="window.print()">
 
Üst