wmaraci reklam

Yönlendirme Kodu Ekleme Nasıl ?

7 Mesajlar 1.098 Okunma
pst.net
wmaraci reklam

freex freex Selamın Aleyküm Kullanıcı
  • Üyelik 20.07.2016
  • Yaş/Cinsiyet 28 / 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ı
brkrtp

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
wmaraci
reklam

brkrtp brkrtp Mobile App Developer Kullanıcı
  • Üyelik 24.08.2013
  • Yaş/Cinsiyet 30 / E
  • Meslek Mobile App Developer
  • Konum İstanbul Anadolu
  • Ad Soyad B** K**
  • Mesajlar 964
  • Beğeniler 269 / 251
  • Ticaret 31, (%97)
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";
 

 

NETEOR 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 1103
  • 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";
 

 

brkrtp brkrtp Mobile App Developer Kullanıcı
  • Üyelik 24.08.2013
  • Yaş/Cinsiyet 30 / E
  • Meslek Mobile App Developer
  • Konum İstanbul Anadolu
  • Ad Soyad B** K**
  • Mesajlar 964
  • Beğeniler 269 / 251
  • Ticaret 31, (%97)

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";


Bu yöntemi de kullanabilirsiniz. Benimle arasında olan fark. Bende alert ile birlikte yönlendirir. Arkadaşın kodunda direk yönlendirir alert çıkmaz.
 

 

wmaraci
Mersin evden eve nakliyat

freex freex Selamın Aleyküm Kullanıcı
  • Üyelik 20.07.2016
  • Yaş/Cinsiyet 28 / 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
brkrtp

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

brkrtp brkrtp Mobile App Developer Kullanıcı
  • Üyelik 24.08.2013
  • Yaş/Cinsiyet 30 / E
  • Meslek Mobile App Developer
  • Konum İstanbul Anadolu
  • Ad Soyad B** K**
  • Mesajlar 964
  • Beğeniler 269 / 251
  • Ticaret 31, (%97)

freex adlı üyeden alıntı

olmadı hocam :D şaşırdım

Güncelledim olmadı arkadaşınkini bir deneyin.
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");
} });
 

 

freex freex Selamın Aleyküm Kullanıcı
  • Üyelik 20.07.2016
  • Yaş/Cinsiyet 28 / 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
wmaraci
Konuyu toplam 1 kişi okuyor. (0 kullanıcı ve 1 misafir)
Site Ayarları
  • Tema Seçeneği
  • Site Sesleri
  • Bildirimler
  • Özel Mesaj Al