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» Navigasyon & Menü
Oy:
<html> <head> <title> Pop-up Checkbox Navbar </title> <SCRIPT LANGUAGE="JavaScript"> <!-- The JavaScripts!! http://javascripts.com --> <!-- Begin var X = 200; // change the # at the left for a fixed X co-ordinate to accommodate browsers other than IE or NS var Y = 200; // change the # at the left for a fixed Y co-ordinate to accommodate browsers other than IE or NS if (navigator.appName.indexOf("Netscape")!=-1) { document.captureEvents(Event.MOUSEMOVE) function getcoords(e) { X = parseInt(e.screenX) - 80; // change the # at the left to further adjust the left-margin depending on the size of the window Y = parseInt(e.screenY) - 60; // change the # at the left to further adjust the top-margin depending on the size of the window return true;} document.onmousemove = getcoords; function openWin() { if (navigator.appName.indexOf("Microsoft")!=-1) { X = parseInt(event.screenX) - 80; // change the # at the left to further adjust the left-margin depending on the size of the window Y = parseInt(event.screenY) - 60; } // change the # at the left to further adjust the top-margin depending on the size of the window display=window.open('','NewWin','menubar=0,location=no,status=no,directories=no,toolbar=no,scrollbars=yes,height=110,width=190') message="<font face='verdana, arial, helvetica, san-serif' size='2'><form>"; message+="<input type='checkbox' onClick=window.open('http://javascripts.com/','') onBlur='window.close();' />JavaScripts<br />"; message+="<input type='checkbox' onClick=window.open('http://www.aspwire.com','') onBlur='window.close();' />ASPWire<br />"; message+="<input type='checkbox' onClick=window.open('http://pocketpcwire.com','') onBlur='window.close();' />PocketPCWire<br />"; message+="<input type='checkbox' onClick=window.open('http://vbwire.com','') onBlur='window.close();' />VBWire<br />"; message+="<input type='checkbox' onClick=window.open('http://windrivers.com','') onBlur='window.close();' />WinDrivers<br />"; message+="</form></font>"; display.moveTo(X,Y); display.document.write(message); } } // End --> </script> </head> <body> <form> <input type="button" value="Navbar" onClick="openWin()" /> </form> </body> </html>
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