besaer Yeni Üye
Kayıt Tarihi: 11-Aralık-2010 Ülke: Turkiye Gönderilenler: 1
|
Gönderen: 11-Aralık-2010 Saat 13:53 | Kayıtlı IP
|
|
|
<% if session("giris")="tamam" then %>
<% set kuponSorgu = server.createobject("adodb.recordset") kuponSorgu_S = ("SELECT * from kupon_list WHERE kupon_no = "&request("kupon_numarasi")&"") kuponSorgu.open kuponSorgu_S,baglanti,1,3
'if kuponSorgu("sonuc") = "1" then
set kuponDetay = server.createobject("adodb.recordset") kuponDetay_S = ("SELECT * from kuponlar WHERE kupon_no LIKE "&request("kupon_numarasi")&"") kuponDetay.open kuponDetay_S,baglanti,1,3
%><p align="center"> <div align="center"> <table cellpadding="0" cellspacing="0" width="470"> <tr> <td height="233"><font color="#000000"> <div align="center"> <b>Kupon No : <% =kuponDetay("kupon_no") %> --------Üye : <% =kuponSorgu("nick") %> </b> </font> <table border="0" width="90%" cellspacing="1" cellpadding="0" height="21"> <tr bgcolor="#COCOCO"> <td height="6" width="65%"><font color="#000000"> <b>Maç</b> ;</font></td> <td height="6" width="10%"><font color="#000000"><b>Oran</b></font></ td> <td height="6" width="10%"> <p align="center"><font color="#000000"><b>Deðer</b></font> ;</td> <td height="6" width="15%"><font color="#000000"><b>Sonuç</b></font>< /td> </tr> <% while not kuponDetay.eof %> <% set macOku = server.createobject("adodb.recordset") macOku_S = ("SELECT * from program WHERE hafta = '"&kuponDetay("hafta")&"' and kod = '"&kuponDetay("kod")&"'") macOku.open macOku_S,baglanti,1,3 %> <tr bgcolor="#FFFFFF"onmouseover="bgColor='#COCOCO';" onmouseout="bgColor='909090';"> <td height="3"><font color="#000000"><img src="resim/imaj/icer.gif"> <% =kuponDetay("kod") %> | <% =macOku("takim_1") %> - <% =macOku("takim_2") %> </font></td> <td width="10%" height="3"><font color="#000000"> <% =kuponDetay("oran") %> </font></td> <td width="10%" height="3"><p align="center"><font color="#000000"> <% =kuponDetay("deger") %> </font></p></td> <td width="15%" height="3"> <font color="#000000"> <% if kuponDetay("deger")=kuponDetay("sonuc") and NOT kuponDetay("sonuc")="3" then %> <img src="resim/imaj/tama.gif"> <% end if %> <% if NOT kuponDetay("deger")=kuponDetay("sonuc") and NOT kuponDetay("sonuc")="3" then %> <img src="resim/imaj/bek.gif"> <% end if %> <% if kuponDetay("sonuc") = "3" then %> Bekliyor... <% end if %> </font></td> <% kuponDetay.movenext wEnd %> </tr> </table> <table border="0" width="90%" height="1" cellspacing="1"> <tr > <td height="1"> <p align="right"><font color="#000000">Toplam Maç : <b> <% =kuponDetay.recordcount %> </b></font></td> </tr> <tr> <td height="1"> <p align="right"><font color="#000000">Misli : <b> <% =kuponSorgu("misli") %> </b></font></td> </tr> <tr> <td> <p align="right"><font color="#000000">Toplam Kazanç : <b> <% =round(deger*"1",2)&" TL" %> </b></font></td> </tr> </table>
<font color="#000000"><br> </font> <center> <font color="#000000"> <input name="yazdir_button" style="cursor:hand;"type="image"src="resim/imaj/s3.png" value="Yazdýr" onclick="window.print();"> <br> Yazdýr</font><br> </center> <%' else %> <%' end if %>
<% else response.redirect ".?islem=hata&hata=1" end if %></td>
yukardaki altı çizgili ve kırmızı renkli kodlarda ne yaptıysam bir türlü toplam kazanç kısmını yazdıramadım hatam nedir ayrıca çok iyi bilmem asp yi yazılımı satın aldım editliyorum. Bana bu kodlama kısmında yardım edecek arkadaş varsa. Diğer eksikler konusunda ücretli olmak üzere destek verebilecek bir arkadaş arıyorum
|