• 28-01-2008, 19:25:48
    #28
    Üyeliği durduruldu
    <!-- THREE STEPS TO INSTALL AUTO POPUP WINDOW:
      1.  Copy the coding into the HEAD of your HTML document
      2.  Add the onLoad event handler into the BODY tag
      3.  Put the last coding into the BODY of your HTML document  -->
    <!-- STEP ONE: Paste this code into the HEAD of your HTML document  -->
    <HEAD>
    <SCRIPT LANGUAGE="JavaScript">
    <!-- Original:  Rick Johnson (frj11@ev1.net) -->
    <!-- Web Site:  http://rickjohnson.tripod.com -->
    <!-- This script and many more are available free online at -->
    <!-- The JavaScript Source!! http://javascript.internet.com -->
    <!-- Begin
    function popupWin() {
    text =  "<html>\n<head>\n<title>Neunkirchen</title>\n<body>\n";
    text += "<center>\n<br>";
    text += "<a href='http://neunkirchen.kolayweb.com' target='_blank'><h2>Neunkirchen</h2></a>";
    text += "</center>\n</body>\n</html>\n";
    setTimeout('windowProp(text)', 3000); 		// delay 3 seconds before opening
    }
    function windowProp(text) {
    newWindow = window.open('','newWin','width=300,height=100');
    newWindow.document.write(text);
    setTimeout('closeWin(newWindow)', 5000);	// delay 5 seconds before closing
    }
    function closeWin(newWindow) {
    newWindow.close();				// close small window and depart
    }
    //  End -->
    </script>
    </HEAD>
    <!-- STEP TWO: Insert the onLoad event handler into your BODY tag  -->
    <BODY onLoad="popupWin()">
    <!-- STEP THREE: Copy this code into the BODY of your HTML document  -->
    <center>
    Sayfa yüklendikten 3 saniye sonra pop-up açılır ve 5 saniye sonrada kapanır.
    </center>
    <p><center>
    <font face="arial, helvetica" size"-2">Bedava KODLAR.<br>
    <a href="http://neunkirchen.kolayweb.com">Neunkirchen - HTML-JAVA !!!</a></font>
    </center><p>
    <!-- Script Size:  1.77 KB -->
    Bu popup'da açılınca bir yazı çıkıyor. Kodu;
    target='_blank'><h2>Neunkirchen</h2></a>";
    Ben bu yazı yerine resim açtırmak istiyorum ama yapamadım :S
  • 31-01-2008, 15:51:52
    #29
    teşekkürler güzel olmuş
  • 05-02-2008, 12:10:34
    #30
    arkadaşlar google vb toolbarlar ,ayrıca internet explorerdaki popun engelleyici gibi engellere takılmamak için js ile açılan popuplar yerine çok daha şık pencerelerle açtırabileceğini dhtml pencerelerini kullanabilirsiniz,hatırlatayım dedim konu ile ilgili google'dan arama yapıp birçok kaynağa ulaşabilirsiniz.
  • 06-02-2008, 17:02:30
    #31
    Kimlik doğrulama veya yönetimden onay bekliyor.
    kaspersky e takılmayan var mı?
  • 14-02-2008, 11:41:36
    #32
    eline sağlık
  • 19-03-2008, 03:04:48
    #33
    teşekkürler güzel paylaşım
  • 24-03-2008, 12:58:19
    #34
    Teşekkürler deneyelim bakalım
  • 02-04-2008, 16:10:37
    #35
    Üyeliği durduruldu
    eyw dostum cok işime yaradı tam aradım seydi
  • 02-04-2008, 16:46:25
    #36
    Üyeliği durduruldu
    güzel paylaşim +rep