témata
- aktualizace
- amazon
- android
- android a chytré telefony
- bezpečnost
- distribuce
- doména
- facebook, google+ , twitter - sociální sítě
- firefox
- gnome
- hardware
- hry pro linux
- internet
- kde
- kde4
- kindle
- komunikace
- linux
- linux obecně
- mandriva
- nastavení
- nautilus
- obrázek
- openoffice
- opensuse
- picasa
- pidgin
- plugin
- prohlížeč
- převod
- software pro linux
- software pro windows
- spouštěč
- system
- theme
- thunderbird
- ubuntu
- upgrade
- vzhled
- web
- windows
- wordpress
Archiv štítku: kód
jak na tisk html pomocí java scriptu
do hlavičky (mezi <head> a </head>) přidáte: <script language=“javascript“> function test_onload() { window.print(); return; } </script> a tisknete 🙂