Forum'da ara:
Ara


Yazar Mesaj
Mesaj28.07.2008, 18:31 (UTC)    
Mesaj konusu: Butona Tıkladığında Pencereyi Kapatmak İstediğinden Emin ...

Butona tıklanıldığında pencereyi kapatmak istediğinizden emin misiniz şeklinde bir onay penceresi çıkarır.

Kod:
<!-- TWO STEPS TO INSTALL CONFIRM CLOSE:




<HEAD>

<script type="text/javascript">
<!-- Begin
/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Steeveeo :: http://www.freewebs.com/steeveeo3000 */

function confirmClose() {
  alert("You have chosen to close this window");
    if (confirm("Are you sure?")) {
      parent.close();
    }
    else
      alert("Close cancelled."); {
    }
}
// End -->
</script>
</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document  -->

<BODY>

<div align="center">
<form>
<input type="button" value="Close" onclick="confirmClose()">
</form>
</div>



<!-- Script Size:  1.00 KB -->

______________
kural ihlali @kerimdj
Mesaj31.07.2008, 00:41 (UTC)    
Mesaj konusu:

Tşkler...
Mesaj31.07.2008, 06:58 (UTC)    
Mesaj konusu:

Önemli DeğiL...İsterseniz Bunu Değiştirebilirsiniz...Kodu Anlamaya Çalışın? Benim Verdiğim İngilizce Cümlelerdir...Siz Türkçe Yapabilir Siniz...
______________
kural ihlali @kerimdj
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu