Hemen al için işlem yapıldığında Uyarı mesajı Vermek |
|||
Konuyu görüntüleyenler: 1 Misafir
|
|||
|
|||
|
|||
|
|||
openyeni7
Acemi Üye Mesajlar: 33 Konular: 12 Katılma Tarihi: Jan 2015 Rep Puanı: 0 Teşekkürler: 12
4 Mesajına, 6 Teşekkür edildi. Kişisel Bilgileri:
Konu Tarihi: 01-26-2015 05:13 PM
Merhaba, Forumdaki SMTP destekli Hemen Al kodunu kullanıyorum.. hemen al formunu doldurup gönder dedikten sonra, işlemin yapıldığına ilişkin uyarı mesajını güzel bir popup olarak yada daha güzel nasıl gösterebilirim. Sayfanın kapanmasını istemiyorum. Ürün sayfası açıkken uyarı bilgilendirmesini nasıl yaparız... Aşağıdaki hemel al kodunun içinde, gönder tuşunun hemen üstünde aşağıdaki gibi bir script kodu var bu ne işe yarıyor... Kod: Kod: <script language="JavaScript" type="text/javascript">function cc() {// var oge=k.stylevar oge=document.getElementById("k").style;if (oge.display=="none"){oge.display=""} else {oge.display="none"}} var isNN = (navigator.appName.indexOf("Netscape")!=-1); function autoTab(input,len, e) { var keyCode = (isNN) ? e.which : e.keyCode; var filter = (isNN) ? [0,8,9] : [0,8,9,16,17,18,37,38,39,40,46]; if(input.value.length >= len && !containsElement(filter,keyCode)) { input.value = input.value.slice(0, len); input.form[(getIndex(input)+1) % input.form.length].focus(); } function containsElement(arr, ele) { var found = false, index = 0; while(!found && index < arr.length) if(arr[index] == ele) found = true; else index++; return found; } function getIndex(input) { var index = -1, i = 0, found = false; while (i < input.form.length && index == -1) if (input.form[i] == input)index = i; else i++; return index; } return true;} //--> </script> İlgili sayfadaki hemen al kodu PHP Kod: <!--- HEMEN AL MODÜLÜ BAŞLANGIÇ ----> <div id="tab-hizli" class="tab-content"> <form action="siparis.php?git=sonuc" method="post" style="margin: 0px;"> <table class="made-in_text" border="0" cellspacing="10" cellpadding="4" height="254" width="585" id="table1"> <tr> <td height="30" width="189" align="left"><font face="Tahoma" size="2"><strong>Adınız Soyadınız:</strong></font></td> <td align="left" width="472"><font face="Tahoma"> <input style="BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BACKGROUND-COLOR: #f6fdec; WIDTH: 470px; HEIGHT: 20px; COLOR: #333333; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid" size="35" type="text" name="ad" /> </font></td> </tr> <tr> <td height="30" align="left"><font face="Tahoma" size="2"><strong>Telefon Numaranız:</strong></font></td> <td align="left" width="472"><font face="Tahoma"> <input style="BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BACKGROUND-COLOR: #f6fdec; WIDTH: 470px; HEIGHT: 20px; COLOR: #333333; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid" size="35" type="text" name="tel" /> </font></td> </tr> <tr> <td height="30" align="left"><font face="Tahoma" size="2"><strong>Ürün Adı:</strong></font></td> <td align="left" width="472"><font face="Tahoma"> <input name="urunkod" type="text" style="BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BACKGROUND-COLOR: #f6fdec; WIDTH: 470px; HEIGHT: 20px; COLOR: #333333; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid" value="<?php echo $heading_title; ?>" size="35" readonly="readonly" /> </font></td> </tr> <tr> <td style="VERTICAL-ALIGN: top; PADDING-TOP: 20px" align="left"><font face="Tahoma" size="2"><strong>Adresiniz:</strong></font></td> <td align="left" width="472"><textarea style="width: 470px; font-family: Tahoma; color: #333333; font-size: 13px; border: 1px solid #cccccc; background-color: #f6fdec" rows="4" cols="28" name="adres"></textarea></td> </tr> <tr> <td style="VERTICAL-ALIGN: top; PADDING-TOP: 20px" align="left"><font face="Tahoma" size="2"><strong>Notunuz:</strong></font></td> <td align="left" width="472"><textarea style="width: 470px; font-family: Tahoma; color: #333333; font-size: 13px; border: 1px solid #cccccc; background-color: #f6fdec" rows="4" cols="28" name="not"></textarea></td> </tr> <tr> <td align="left"><font face="Tahoma" size="2"><strong> İstediğiniz Adet:</strong></font></td> <td align="left" width="472"><select name="adet" size="1" style="width:100px; color: #333333; border: 1px solid #cccccc; background-color: #F6FDEC"> <option value="1 Adet" selected="selected">1 Adet</option> <option value="2 Adet">2 Adet</option> <option value="3 Adet">3 Adet</option> <option value="4 Adet">4 Adet</option> <option value="5 Adet">5 Adet</option> <option value="6 Adet">6 Adet</option> <option value="7 Adet">7 Adet</option> <option value="8 Adet">8 Adet</option> <option value="9 Adet">9 Adet</option> <option value="10 Adet">10 Adet</option> </select></td> </tr> <tr> <td height="30" align="left"><strong><font face="Tahoma" size="2">Ödeme Tipi</font></strong><font face="Tahoma" size="2"><strong>:</strong></font></td> <td align="left" width="472"><font face="Tahoma"> <select name="odeme" size="1" style="width: 300; color: #333333; height: 52; font-family: Tahoma; border: 1px solid #cccccc; background-color: #f6fdec"> <option value="Banka Havalesi/Eft " selected="selected">Banka Havalesi/Eft</option> <option value="Mail Order(Telefon ile Odeme) ">Mail order(Telefon ile Odeme) </option> <option value="Kapida Nakit Odeme">Kapida Nakit Odeme</option> </select> </font></td> </tr> <tr> <td height="60" valign="center" colspan="2"><font face="Tahoma"><br /> <script language="JavaScript" type="text/javascript">function cc() {// var oge=k.stylevar oge=document.getElementById("k").style;if (oge.display=="none"){oge.display=""} else {oge.display="none"}} var isNN = (navigator.appName.indexOf("Netscape")!=-1); function autoTab(input,len, e) { var keyCode = (isNN) ? e.which : e.keyCode; var filter = (isNN) ? [0,8,9] : [0,8,9,16,17,18,37,38,39,40,46]; if(input.value.length >= len && !containsElement(filter,keyCode)) { input.value = input.value.slice(0, len); input.form[(getIndex(input)+1) % input.form.length].focus(); } function containsElement(arr, ele) { var found = false, index = 0; while(!found && index < arr.length) if(arr[index] == ele) found = true; else index++; return found; } function getIndex(input) { var index = -1, i = 0, found = false; while (i < input.form.length && index == -1) if (input.form[i] == input)index = i; else i++; return index; } return true;} //--> </script> </font> </tr> <tr> <td><font face="Tahoma"> </font></td> <td width="472"><font face="Tahoma"> <input style="BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BACKGROUND-COLOR: #f6fdec; WIDTH: 470px; HEIGHT: 40px; COLOR: #333333; BORDER-TOP: #cccccc 1px solid; FONT-WEIGHT: bold; BORDER-RIGHT: #cccccc 1px solid" value="Siparişimi Gönder" type="submit" name="siparis" /> </font></td> </tr> </table> </form> </div> <!------ HEMEN AL MODÜLÜ SON ------> |
|
|
|
|
Direk Link | |
HTML Link | |
BBCode Link | |
Sosyal Paylaş |