ANA SAYFA | FORUM | SİTENİZ İÇİN | İÇERİK EKLE | EN YENİLER | EN POPÜLERLER | EN BEĞENİLENLER | REKLAM | İLETİŞİM
Arama:
Tüm kategorilerde Google Forumda JAVAScript Araçlar
// ÖZELLEŞTİR
E-posta:
Şifre:
Üye Ol
|
Şifremi Unuttum
>> PHP Arşivimiz Gelişiyor! (0 yorum)>> ARŞİVİMİZ FORUM AÇILDI! (0 yorum)>> Ramazan Bayramınız kutlu olsun (2 yorum)>> Kurban Bayramı (0 yorum)>> 10 Kasım (1 yorum)
// EN YENİLER
// EN POPÜLER
// Anasayfa » JAVASCRIPT» Pencereler
Oy:
<!-- TWO STEPS TO INSTALL RESIZING WINDOW: 1. Add the onLoad event handler into the BODY tag 2. Copy the coding into the BODY of your HTML document --> <!-- STEP ONE: Insert the onLoad event handler into your BODY tag --> <BODY onLoad="top.window.focus()" onkeydown="movepage()"> <!-- STEP TWO: Paste this code into the BODY of your HTML document --> <center> Press the arrow keys to resize this window! </center> <SCRIPT LANGUAGE="JavaScript"> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Original: Mohammed Q (Hez) (full_scan@hotmail.com) --> <!-- Begin function movepage() { var direction =event.keyCode switch(direction){ case 39: window.moveTo(0, 0); window.resizeBy(10, 0); window.resizeBy(0, 0); break case 37: window.moveTo(0, 0); window.resizeBy(-10, 0); window.resizeBy(0, 0); break case 38: window.moveTo(0, 0); window.resizeBy(0, 0); window.resizeBy(0, -10); break case 40: window.moveTo(0, 0); window.moveBy(0, 0); window.resizeBy(0, 10); break default: break } } // End --> </script> <p><center> <font face="arial, helvetica" size"-2">Free JavaScripts provided<br> by <a href="http://javascriptsource.com">The JavaScript Source</a></font> </center><p> <!-- Script Size: 1.23 KB -->
Kodu Kopyala
Hata Bildir | Tavsiye Et
Bu içeriğe oy verin:
Yorumlar / Yeni Yorum Yaz Bu içeriğe yorum yazılmamış.
ANA SAYFA | İÇERİK EKLE | YENİ EKLENENLER | EN POPÜLERLER | EN BEĞENİLENLER | REKLAM | DESTEKLEYENLER | İLETİŞİM
JAVAScript İndir © 2004 - 2008Web Tasarımı: Emir Emiroğlu | Kodlama: Can "FiNaRFiN" HANHAN , Korkut TAHAOĞLU, Göktuğ İÇÖZ