freex
Selamın Aleyküm
Kullanıcı
-
Üyelik
20.07.2016
-
Yaş/Cinsiyet
29 / E
-
Meslek
öğrenci
-
Konum
İstanbul Avrupa
-
Ad Soyad
B** K**
-
Mesajlar
232
-
Beğeniler
69 / 49
-
Ticaret
2, (%100)
Yes Deleteye Basımnca Yönlensin a.com domainine
<script>swal({ title: "Are you sure?", text: "You will not be able to recover this imaginary file!", type: "warning", showCancelButton: true, confirmButtonColor: "#DD6B55", confirmButtonText: "Yes, delete it!", cancelButtonText: "No, cancel plx!", closeOnConfirm: false, closeOnCancel: false }, function(isConfirm){ if (isConfirm) { swal("Deleted!", "Your imaginary file has been deleted.", "success"); } else { swal("Cancelled", "Your imaginary file is safe :)", "error"); } });</script>
Kırmızıya aldığım yazı yes deleteye basınca çıkan yazı
1 kişi bu mesajı beğendi.
https://www.olimitsiz.com SATILIK 20 ÖZGÜN IÇERİK MEVCUT 1 kitap alana verilecek ( 1 AY OLDU) y
NETEOR
neteor.com.tr
Kullanıcı
-
Üyelik
30.01.2013
-
Yaş/Cinsiyet
27 / E
-
Meslek
Yazılımcı
-
Konum
Ankara
-
Ad Soyad
A** D**
-
Mesajlar
1102
-
Beğeniler
630 / 380
-
Ticaret
14, (%100)
swal("Deleted!", "Your imaginary file has been deleted.", "success");
kısmını şununla değiştirmeyi dene;
window.location = "http://www.adres.com";
freex
Selamın Aleyküm
Kullanıcı
-
Üyelik
20.07.2016
-
Yaş/Cinsiyet
29 / E
-
Meslek
öğrenci
-
Konum
İstanbul Avrupa
-
Ad Soyad
B** K**
-
Mesajlar
232
-
Beğeniler
69 / 49
-
Ticaret
2, (%100)
brkrtp adlı üyeden alıntı
Normal:
swal({ title: "Are you sure?", text: "You will not be able to recover this imaginary file!", type: "warning", showCancelButton: true, confirmButtonColor: "#DD6B55", confirmButtonText: "Yes, delete it!", cancelButtonText: "No, cancel plx!", closeOnConfirm: false, closeOnCancel: false }, function(isConfirm){ if (isConfirm) { swal("Deleted!", "Your imaginary file has been deleted.", "success"); } else { swal("Cancelled", "Your imaginary file is safe :)", "error"); } });
İstediğiniz hali;
swal({ title: "Are you sure?", text: "You will not be able to recover this imaginary file!", type: "warning", showCancelButton: true, confirmButtonColor: "#DD6B55", confirmButtonText: "Yes, delete it!", cancelButtonText: "No, cancel plx!", closeOnConfirm: false, closeOnCancel: false }, function(isConfirm){ if (isConfirm) { swal("Deleted!", "Your imaginary file has been deleted.", "success"); window.location="http://www.siteadresi.com"; } else { swal("Cancelled", "Your imaginary file is safe :)", "error");
} });
window.location="http://www.siteadresi.com";
Kaynak:
http://t4t5.github.io/sweetalert/
Kısaca:
swal("Deleted!", "Your imaginary file has been deleted.", "success");
Yazısından sonra: window.location="http://www.siteadresi.com"; yazacaksınız yani
swal("Deleted!", "Your imaginary file has been deleted.", "success"); window.location="http://www.siteadresi.com";
olmadı hocam :D şaşırdım
1 kişi bu mesajı beğendi.
https://www.olimitsiz.com SATILIK 20 ÖZGÜN IÇERİK MEVCUT 1 kitap alana verilecek ( 1 AY OLDU) y
freex
Selamın Aleyküm
Kullanıcı
-
Üyelik
20.07.2016
-
Yaş/Cinsiyet
29 / E
-
Meslek
öğrenci
-
Konum
İstanbul Avrupa
-
Ad Soyad
B** K**
-
Mesajlar
232
-
Beğeniler
69 / 49
-
Ticaret
2, (%100)
D3M1R adlı üyeden alıntı
swal("Deleted!", "Your imaginary file has been deleted.", "success");
kısmını şununla değiştirmeyi dene;
window.location = "http://www.adres.com";
oldu teşekkürler
https://www.olimitsiz.com SATILIK 20 ÖZGÜN IÇERİK MEVCUT 1 kitap alana verilecek ( 1 AY OLDU) y