<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="http://forum.aspogren.net/RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwizguide.info/rss_namespace/">
 <channel>
  <title>ASP&#214;&#287;ren.net Forumlar&#305;</title>
  <link>http://forum.aspogren.net</link>
  <description>XML içerik linki; ASP&#214;&#287;ren.net Forumlar&#305; : Son 10 Gönderilenler</description>
  <copyright>Copyright (c) 2006 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 21 Nov 2008 12:27:47 +0000</pubDate>
  <lastBuildDate>Fri, 21 Nov 2008 11:16:05 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 8.06</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>forum.aspogren.net/RSS_topic_feed.asp</WebWizForums:feedURL>
  <image>
   <title>ASP&#214;&#287;ren.net Forumlar&#305;</title>
   <url>http://forum.aspogren.net/forum_images/aspogrenforum.gif</url>
   <link>http://forum.aspogren.net</link>
  </image>
  <item>
   <title>ASP &amp; ASP.NET : asp kayıt programı yardım</title>
   <link>http://forum.aspogren.net/forum_posts.asp?TID=528&amp;PID=1728#1728</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.aspogren.net/member_profile.asp?PF=330">music_resim</a><br /><strong>Konu:</strong> asp kayıt programı yardım<br /><strong>Gönderim Zamanı:</strong> 21-Kasım-2008 Saat 11:16<br /><br />Merhaba arkadaşlar.. Bi asp kayıt programı var elimizde ve buna eklemek istediğimiz bazı şeyler var.. Bunları şöyle sıralarsak;<BR><BR>** Yeni kayıt eklerken tc kimlik nosu sorgulaması ve aynı numarayı kayıt etmemesi.. <BR>** Tüm kayıtlar arasından istenilen sayıda kişilerin başka bi sayfada gösterilmesi..<BR>** En son kayıt edilen kişileri başka bi sayfaya otomatik olarak atması ve o sayfadan görülmesi..<BR><BR>Bu konularda yardımcı olabilir misin ??<BR><BR>sayfaların kodları şu şekilde..<BR><BR>kariyer_ekle.asp (yeni kayıt ekleme sayfası) Burada yapılan kayıtlarda aynı tc no girilmesi istemiyoruz.. Aynı numara girilince uyarsın..<BR><table width="99%"><tr><td><pre class="BBcode"><SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN><BR>'****************************************************************************************<BR>'**&nbsp; Copyright (c) Arif Duman - Sosyal Yardımlaşma Kayıt Programı v.2<BR>'****************************************************************************************<BR><SPAN style=": #ffee62">%&gt;</SPAN></SPAN><BR>&lt;html&gt;<BR>&lt;head&gt;<BR>&lt;title&gt;Yeni Kayıt&lt;/title&gt;<BR>&lt;meta http-equiv="Content-Type" content="text/html; charset="&gt;<BR>&lt;link rel="stylesheet" href="Stil.css" type="text/css"&gt;<BR>&lt;SCRIPT&nbsp; language="JavaScript"&gt;<BR>&lt;!-- Eski Tarayıcılarda Kullanmayın<BR><BR>//Formda Zorunlu Doldurulacak Yerler<BR>function CheckForm () { <BR>//Hata Başlığı<BR>var hataMsj = "";<BR>//Ad<BR>if (document.kariyerForm.ad.value == ""){<BR>&nbsp; hataMsj += "\n\tAdı \t\t- Lütfen Adını Yazınız"; <BR>}<BR><BR>//baba<BR>if (document.kariyerForm.baba.value == ""){<BR>&nbsp; hataMsj += "\n\tSoyadı \t\t- Lütfen Soyadını Yazınız";<BR>}<BR><BR>//Adres<BR>if (document.kariyerForm.adres.value == ""){<BR>&nbsp; hataMsj += "\n\tAdres \t\t- Lütfen Adresini Yazınız";<BR>}<BR><BR><BR>//Yesil<BR>if (document.kariyerForm.yesil.value == ""){<BR>&nbsp; hataMsj += "\n\tSosyal \t\t- Lütfen Sosyal Güvencesini&nbsp; Seçiniz";<BR>}<BR><BR><BR>//Eksik Olursa Çıkacak Hata Mesajı<BR>if (hataMsj != ""){<BR>&nbsp; msj = "Kişi Kayıt Yapılamadı.\n";<BR>&nbsp; msj += "Formda bazı eksikler bulundu.\n";<BR>&nbsp; msj += "______________________________________________________________\n\n";<BR>&nbsp; msj += "Eksik Bilgiler: -\n";<BR><BR>&nbsp; hataMsj += alert(msj + hataMsj + "\n\n");<BR>&nbsp; return false;<BR>}<BR><BR>return true;<BR>}<BR>// --&gt;<BR>&lt;/script&gt;<BR>&lt;/head&gt;<BR>&lt;body bgcolor="#FFFFFF" text="#000000"&gt;<BR>&lt;form method="post" name="kariyerForm" action="onay_al.asp" onSubmit="return CheckForm()"&gt;<BR>&nbsp; &lt;div align="center"&gt;<BR>&nbsp; &nbsp; &lt;center&gt;<BR>&nbsp; &lt;table width="797" border="0" cellspacing="0" cellpadding="0" height="300" style="border-collapse: collapse" bordercolor="#111111"&gt;<BR>&nbsp; &nbsp; &lt;tr&gt; <BR>&nbsp; &nbsp; &nbsp; &lt;td valign="top" width="15" height="295"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;div align="left"&gt;&nbsp;&lt;/div&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;&nbsp;&lt;/p&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;&nbsp;&lt;/p&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;&nbsp;&lt;/p&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;&nbsp;&lt;/p&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;&nbsp;&lt;/p&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;&nbsp;&lt;/p&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;&nbsp;&lt;/p&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;&nbsp;&lt;/p&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;&nbsp;&lt;/p&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;&nbsp;&lt;/p&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;&nbsp;&lt;/p&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;&nbsp;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &lt;td width="778" height="280"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;table border="0" align="center" cellpadding="1" width="709" height="447" &gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="357" style="border-style: solid; border-width: 1" bgcolor="#D1E88B" height="36" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FF0000"&gt;&lt;b&gt;Adı Soyadı - Eşinin Adı&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input maxlength="30" name="ad" class="yaziyeri" size="20"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;font color="#FF0000"&gt;&lt;b&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td style="border-left-style: solid; border-left-width: 1; border-right-style: solid; border-right-width: 1; border-bottom-style: solid; border-bottom-width: 1" bgcolor="#D1E88B" width="338" height="36" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FF0000"&gt;&lt;b&gt;Baba Adı&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input maxlength="30" name="baba" class="yaziyeri" size="20"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;font color="#FF0000"&gt;&lt;b&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td valign="top" style="border-style: solid; border-width: 1" bgcolor="#D1E88B" width="166" height="39"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div align="left"&gt;&lt;font color="#FF0000"&gt;&lt;b&gt;T.C. Kimlik No&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt;&lt;/b&gt;&lt;/font&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; &lt;/font&gt;&lt;/b&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=text name=numara class="yaziyeri" maxlength="11" size="20" &gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; &lt;/font&gt;&lt;/b&gt;&lt;/div&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td valign="top" style="border-style: solid; border-width: 1" bgcolor="#D1E88B" width="191" height="39"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FF0000"&gt;&lt;b&gt;Eşinin T.C. Kimlik No&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt;&lt;/b&gt;&lt;/font&gt;&lt;b&gt;&lt;font color="#FF0000"&gt;&nbsp; &lt;/font&gt;&lt;/b&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=text name=esinumara class="yaziyeri" maxlength="11" size="20" &gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td valign="top" style="border-style: solid; border-width: 1" bgcolor="#D1E88B" width="338" height="40" colspan="2"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div align="left"&gt;&lt;font color="#FF0000"&gt;&lt;b&gt;Mahalle/Köy&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=text name=koy class="yaziyeri" maxlength="255" size="20" &gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;font color="#FF0000"&gt;&lt;b&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td valign="top" style="border-style: solid; border-width: 1" bgcolor="#D1E88B" width="357" height="39" colspan="2"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="center" style="margin-top: 0; margin-bottom: 0"&gt;&lt;font color="#FF0000"&gt;&lt;b&gt;Adresi&nbsp;&lt;/b&gt;&lt;/font&gt;&lt;p align="center" style="margin-top: 0; margin-bottom: 0"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;b&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font face="Wingdings 3" size="3" color="#FF0000"&gt;$&lt;/font&gt;&lt;/b&gt;&lt;p align="center" style="margin-top: 0; margin-bottom: 0"&gt;&lt;font color="#FF0000"&gt;&lt;b&gt;&nbsp;&lt;/b&gt;&lt;/font&gt;&lt;font color="#FFFF00"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt;&lt;textarea name="adres" cols="49" rows="5" class="yaziyeri"&gt;&lt;/textarea&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td valign="top" style="border-right-style: solid; border-right-width: 1; border-top-style: solid; border-top-width: 1; border-bottom-style: solid; border-bottom-width: 1" bgcolor="#D1E88B" width="339" height="34" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FF0000"&gt;&lt;b&gt;Telefonu &lt;/b&gt;&lt;font size="1"&gt;&lt;b&gt;(Ev/İş/Cep)&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;b&gt;&lt;font color="#FF0000"&gt;&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input maxlength="11" name="tel" class="yaziyeri" size="20"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td height="46" style="border-style: solid; border-width: 1" bgcolor="#D1E88B" width="357" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FF0000"&gt;&lt;b&gt;Doğum Tarihi&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;select size="1" name="dogumgun"t class="yaziyeri"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option selected value="01"&gt;01&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="02"&gt;02&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="03"&gt;03&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="04"&gt;04&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="05"&gt;05&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="06"&gt;06&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="07"&gt;07&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="08"&gt;08&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="09"&gt;09&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="10"&gt;10&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="11"&gt;11&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="12"&gt;12&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="13"&gt;13&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="14"&gt;14&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="15"&gt;15&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="16"&gt;16&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="17"&gt;17&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="18"&gt;18&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="19"&gt;19&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="20"&gt;20&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="21"&gt;21&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="22"&gt;22&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="23"&gt;23&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="24"&gt;24&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="25"&gt;25&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="26"&gt;26&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="27"&gt;27&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="28"&gt;28&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="29"&gt;29&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="30"&gt;30&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="31"&gt;31&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/select&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;b&gt;&lt;font color="#FF0000"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; / <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;select size="1" name="dogumay" class="yaziyeri"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option selected value="Ocak-1"&gt;Ocak-1&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Şubat-2"&gt;Şubat-2&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Mart-3"&gt;Mart-3&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Nisan-4"&gt;Nisan-4&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Mayıs-5"&gt;Mayıs-5&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Haziran-6"&gt;Haziran-6&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Temmuz-7"&gt;Temmuz-7&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Ağustos-8"&gt;Ağustos-8&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Eylül-9"&gt;Eylül-9&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Ekim-10"&gt;Ekim-10&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Kasım-11"&gt;Kasım-11&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Aralık-12"&gt;Aralık-12&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/select&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; / <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type="text" name="dogumyil" size="4" class="yaziyeri" maxlength="4"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/font&gt;&lt;/b&gt; &lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td style="border-style: solid; border-width: 1" bgcolor="#D1E88B" width="338" height="46" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;b&gt;&lt;font color="#FF0000"&gt;Cinsiyeti&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt; &lt;/font&gt;&lt;/b&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFF00"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;select size="1" name="cinsiyet" class="yaziyeri"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Erkek"&gt;Erkek&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Kadın"&gt;Kadın&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option selected&gt;--- Seçiniz --- &lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/select&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td height="46" style="border-style: solid; border-width: 1" bgcolor="#D1E88B" width="357" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FF0000"&gt;&lt;b&gt;Medeni Hali&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;select size="1" name="medeni" class="yaziyeri"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Bekar"&gt;Bekar&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Boşanma Davalı"&gt;Boşanma Davalı&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Evli"&gt;Evli&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Boşanmış"&gt;Boşanmış&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Dul"&gt;Dul&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option selected&gt;--- Seçiniz --- &lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/select&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;font color="#FF0000"&gt;&lt;b&gt; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td style="border-style: solid; border-width: 1" bgcolor="#D1E88B" width="338" height="46" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FF0000"&gt;&lt;b&gt;Öğrenim Düzeyi&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;select name="egitim" class="yaziyeri"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Okur Yazar Değil"&gt;Okur Yazar Değil&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Okur Yazar"&gt;Okur Yazar&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="İlkokul"&gt;İlkokul&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="İlköğretim"&gt;İlköğretim&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Ortaokul"&gt;Ortaokul&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Lise"&gt;Lise&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Yüksek Lisans"&gt;Yüksek Lisans&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Üniversite"&gt;Üniversite&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="" selected&gt;--- Seçiniz --- &lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/select&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;font color="#FF0000"&gt;&lt;b&gt; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td height="46" style="border-style: solid; border-width: 1" bgcolor="#D1E88B" width="357" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FF0000"&gt;&lt;b&gt;Sosyal Güvence&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;select size="1" name="yesil" class="yaziyeri"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="2022"&gt;2022&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Çocuğunun Sosyal Güvencesinden Faydalanmakta"&gt;Çocuğunun Güvencesinde<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Bağ-Kur Borçlu"&gt;Bağ-Kur Borçlu&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Bağ-Kur Tarım"&gt;Bağ-Kur Tarım&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Bağ-kur Esnaf"&gt;Bağ-kur Esnaf&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Bağ-kur Emekli"&gt;Bağ-kur Emekli&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Emekli Sandığı"&gt;Emekli Sandığı&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Gazilik Sakatlık"&gt;Gazilik Sakatlık&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Memur"&gt;Memur&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="SSK Asgari"&gt;SSK Asgari&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="SSK Emekli"&gt;SSK Emekli&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="SSK Kamu"&gt;SSK Kamu&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Yeşilkart"&gt;Yeşilkart&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Yok"&gt;Yok&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option selected&gt;--- Seçiniz --- &lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/select&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;font color="#FF0000"&gt;&lt;b&gt; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td style="border-left-style: solid; border-left-width: 1; border-right-style: solid; border-right-width: 1; border-top-style: solid; border-top-width: 1" bgcolor="#D1E88B" width="338" height="46" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FF0000"&gt;&lt;b&gt;Aldığı Yardım Kalemi&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;select size="1" name="sosyal" class="yaziyeri"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Yiyecek"&gt;Yiyecek&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Para"&gt;Para&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Giyecek"&gt;Giyecek&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Yakacak"&gt;Yakacak&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Sağlık"&gt;Sağlık&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Geçimini Temin Edici"&gt;Geçimini Temin Edici<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Barınma"&gt;Barınma&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Eğitim"&gt;Eğitim&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Burs"&gt;Burs&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Aşevine"&gt;Aşevine&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Diğer"&gt;Diğer&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option selected&gt;--- Seçiniz --- &lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/select&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;font color="#FF0000"&gt;&lt;b&gt; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td height="46" style="border-style: solid; border-width: 1" bgcolor="#D1E88B" width="357" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FF0000"&gt;&lt;b&gt;Proje Durumu&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;select size="1" name="proje" class="yaziyeri"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="YG/Koyunculuk/Büyükbaş"&gt;YG/Koyunculuk/Büyükbaş&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Kooperatif"&gt;Kooperatif&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Seracılık"&gt;Seracılık&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Diğer"&gt;Diğer&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option selected&gt;--- Seçiniz --- &lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/select&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td style="border-left-style: solid; border-left-width: 1; border-right-style: solid; border-right-width: 1; border-top-style: solid; border-top-width: 1" bgcolor="#D1E88B" width="338" height="46" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FF0000"&gt;&lt;b&gt;ŞNT Durumu&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;select size="1" name="snt" class="yaziyeri"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Başvurmadı"&gt;Başvurmadı&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Başvuran"&gt;Başvuran&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Hak Sahibi"&gt;Hak Sahibi&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Fesih"&gt;Fesih&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option selected&gt;--- Seçiniz --- &lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/select&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td height="46" style="border-style: solid; border-width: 1" bgcolor="#D1E88B" width="357" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FF0000"&gt;&lt;b&gt;Aşevi Durumu&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;select size="1" name="asevi" class="yaziyeri"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Faydalanıyor"&gt;Faydalanıyor&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="Faydalanmıyor"&gt;Faydalanmıyor&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option selected&gt;--- Seçiniz --- &lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/select&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td style="border-left-style: solid; border-left-width: 1; border-right-style: solid; border-right-width: 1; border-top-style: solid; border-top-width: 1" bgcolor="#D1E88B" width="169" height="46"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FF0000"&gt;&lt;b&gt;Erkeğin Resim No&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=text name=resim class="yaziyeri" maxlength="255" size="20" value="resimler/--.jpg" &gt; &lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td style="border-left-style: solid; border-left-width: 1; border-right-style: solid; border-right-width: 1; border-top-style: solid; border-top-width: 1" bgcolor="#D1E88B" width="169" height="46"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FF0000"&gt;&lt;b&gt;Kadının Resim No&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=text name=resim1 class="yaziyeri" maxlength="255" size="20" value="resimler/--.jpg" &gt; &lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td height="46" style="border-style: solid; border-width: 1" bgcolor="#D1E88B" width="357" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FF0000"&gt;&lt;b&gt;Simge Durumu&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;select size="1" name="simge" class="yaziyeri"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="img/e-evet"&gt;Erkek-Evet&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="img/e-hayır"&gt;Erkek-Hayır&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="img/b-evet"&gt;Bayan-Evet&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="img/b-hayır"&gt;Bayan-Hayır&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option selected&gt;--- Seçiniz --- &lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/select&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td style="border-left-style: solid; border-left-width: 1; border-right-style: solid; border-right-width: 1; border-top-style: solid; border-top-width: 1" bgcolor="#D1E88B" width="338" height="46" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FF0000"&gt;&lt;b&gt;Erkek: Banka&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hesap No&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt;&lt;/b&gt;&lt;/font&gt;&lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt;&lt;select size="1" name="bankaerkek" class="yaziyeri"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="VAKIFBANK"&gt;VAKIFBANK&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="ZİRAAT"&gt;ZİRAAT&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="İŞBANK"&gt;İŞBANK&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="HALKBANK"&gt;HALKBANK&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="PTTBANK"&gt;PTTBANK&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option selected&gt;--- Banka Seçiniz --- &lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/select&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;font color="#FF0000"&gt;&lt;b&gt;&nbsp; &lt;img src="img/ok.gif" width="13" height="13"&gt;&lt;/b&gt;&lt;/font&gt;&lt;b&gt;&lt;font color="#FF0000"&gt;&nbsp; &lt;/font&gt;&lt;/b&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=text name=hesap class="yaziyeri" maxlength="20" size="20" &gt; &lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td height="46" style="border-style: solid; border-width: 1" bgcolor="#D1E88B" width="357" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FF0000"&gt;&lt;b&gt;Hane Halkı Sayısı&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt; &lt;/b&gt;&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;select size="1" name="simge0" class="yaziyeri"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="1"&gt;1&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="2"&gt;2&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="3"&gt;3&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="4"&gt;4&lt;/option&gt;<BR>&nbsp; &nbsp; &lt;option value="5"&gt;5&lt;/option&gt;<BR>&nbsp; &nbsp; &lt;option value="6"&gt;6&lt;/option&gt;<BR>&nbsp; &nbsp; &lt;option value="7"&gt;7&lt;/option&gt;<BR>&nbsp; &nbsp; &lt;option value="8"&gt;8&lt;/option&gt;<BR>&nbsp; &nbsp; &lt;option value="9"&gt;9&lt;/option&gt;<BR>&nbsp; &nbsp; &lt;option value="10"&gt;10&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option selected&gt;--- Seçiniz --- &lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/select&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td style="border-left-style: solid; border-left-width: 1; border-right-style: solid; border-right-width: 1; border-top-style: solid; border-top-width: 1" bgcolor="#D1E88B" width="338" height="46" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FF0000"&gt;&lt;b&gt;Kadın: Banka&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hesap No&lt;br&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;img src="img/ok.gif" width="13" height="13"&gt;&lt;/b&gt;&lt;/font&gt;&lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt;&lt;select size="1" name="bankakadin" class="yaziyeri"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="VAKIFBANK"&gt;VAKIFBANK&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="ZİRAAT"&gt;ZİRAAT&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="İŞBANK"&gt;İŞBANK&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="HALKBANK"&gt;HALKBANK&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value="PTTBANK"&gt;PTTBANK&lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option selected&gt;--- Banka Seçiniz --- &lt;/option&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/select&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;font color="#FF0000"&gt;&lt;b&gt;&nbsp; &lt;img src="img/ok.gif" width="13" height="13"&gt;&lt;/b&gt;&lt;/font&gt;&lt;b&gt;&lt;font color="#FF0000"&gt;&nbsp; &lt;/font&gt;&lt;/b&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=text name=hesapbayan class="yaziyeri" maxlength="20" size="20" &gt; &lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td height="121" colspan="4" style="border-style:solid; border-width:1; word-spacing: 0; margin: 0" bgcolor="#D1E88B" width="701"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="center" style="margin-top: 0; margin-bottom: 0"&gt;&lt;b&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FF0000"&gt;Yardım <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Detayları&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="center" style="margin-top: 0; margin-bottom: 0"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;b&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font face="Wingdings 3" size="3" color="#FF0000"&gt;$&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="center" style="margin-top: 0; margin-bottom: 0"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFF00"&gt;&lt;b&gt;&lt;font color="#FF0000"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;textarea name="detay" cols="49" rows="5" class="yaziyeri"&gt;&lt;/textarea&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<BR>&nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &lt;td width="4" valign="bottom" height="295"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;div align="right"&gt;&nbsp;&lt;/div&gt;<BR>&nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &lt;tr&gt; <BR>&nbsp; &nbsp; &nbsp; &lt;td valign="top" colspan="3" width="785" height="28"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;table width="100%" border="0" cellpadding="0" cellspacing="0" height="1"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="3%" height="1"&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="97%" height="1"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div align="center"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type="image" border="0" name="imageField" src="backs_r7_c5.gif" width="142" height="25" class="imgbuton"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<BR>&nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &lt;/table&gt;<BR>&nbsp; &nbsp; &lt;/center&gt;<BR>&nbsp; &lt;/div&gt;<BR>&lt;/form&gt;<BR>&lt;/body&gt;<BR>&lt;/html&gt;<BR></pre></td></tr></table><BR><BR>tum.asp (tum kayıtlar burada olup tumkayıt.asp de görünüyor)<BR><table width="99%"><tr><td><pre class="BBcode">&lt;!--#include file="veri.asp"--&gt;<BR>&lt;html&gt;<BR>&lt;head&gt;<BR>&lt;meta http-equiv="Content-Language" content="tr"&gt;<BR>&lt;meta http-equiv="Content-Type" content="text/html; charset=windows-1254"&gt;<BR>&lt;meta name="GENERATOR" content="Microsoft FrontPage 6.0"&gt;<BR>&lt;meta name="ProgId" content="FrontPage.Editor.Document"&gt;<BR>&lt;title&gt;Tüm Kayıtlar&lt;/title&gt;<BR>&lt;/head&gt;<BR>&lt;body bgcolor="#FFFFFF" link="#800080" vlink="#800080"&gt;<BR>&lt;div align="center"&gt;<BR>&nbsp; &lt;table border="0" width="69%" cellspacing="0" cellpadding="0" height="72" style="border-left:0px solid #000000; border-right:0px solid #000000; border-bottom:0px solid #000000; border-collapse:collapse; border-top-color:#000000; " bordercolor="#111111"&gt;<BR>&nbsp; &nbsp; &lt;center&gt;<BR>&nbsp; &nbsp; &lt;/center&gt;<BR><SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN><BR>conn.open vt<BR>rssql = "Select * from yesilkart order by id DESC"<BR>rs.open rssql, conn, 1, 3<BR>sayfa = Request.QueryString("sayfa")<BR>If sayfa="" Then sayfa=1<BR>rs.pagesize = 10 <BR>rs.absolutepage = sayfa<BR>sayfa_sayisi = rs.pagecount<BR>for i=1 to rs.pagesize<BR>toplamkayit&nbsp; = rs.recordcount + 1<BR><SPAN style=": #ffee62">%&gt;</SPAN></SPAN><BR><SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>If rs.eof Then exit for<SPAN style=": #ffee62">%&gt;</SPAN></SPAN><BR>&nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="95%" height="22" bgcolor="#FFFFFF" align="center" style="border-style: none; border-width: medium"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;table border="1" cellspacing="0" width="527" id="AutoNumber3" style="border-width: 0; border-collapse:collapse" height="401" bordercolor="#111111" cellpadding="0"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="628" style="border-style: none; border-width: medium" height="0"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;table border="1" cellspacing="1" width="258" id="AutoNumber4" style="border-width:0; " height="297"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR>&nbsp; &nbsp; &lt;td colspan="3" width="1094" style="border-style: none; border-width: medium" height="1" valign="bottom"&gt; <BR>&nbsp; &nbsp; &nbsp; &lt;table border="0" height="23" cellspacing="0" cellpadding="0" width="626"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="626" height="23"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;table border="1" cellspacing="1" width="100%" id="AutoNumber5" style="border-width: 0" height="24"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="52%" style="border-style: none; border-width: medium" height="4" bgcolor="#D1E88B"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="center"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#0000FF" size="2" face="Verdana"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;a href="duzenlemek.asp?id=<SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("id")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN>" style="text-decoration: none; font-weight:700"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#800000"&gt; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("ad")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN><BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/font&gt;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &lt;/table&gt;<BR>&nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR>&nbsp; &nbsp; &lt;td valign="top" width="18" style="border-style: none; border-width: medium" height="242"&gt; <BR>&nbsp; &nbsp; &nbsp; &lt;div align="left"&gt;&lt;img src="img/backs_r3_c2.gif" width="20" height="196"&gt;&lt;/div&gt;<BR>&nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &lt;td bgcolor="#D1E88B" width="524" valign="top" style="border-style: none; border-width: medium" height="242"&gt; <BR>&nbsp; &nbsp; &nbsp; &lt;table border="1" cellspacing="1" style="border-width:0; " width="584" id="AutoNumber1" height="300"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="157" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="135" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="right"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;img src="<SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("simge")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN>" border="0" style="border-style: solid; border-width: 1" align="left"&gt;&lt;img src="<SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("resim")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN>" border="0" style="border-style: solid; border-width: 1"&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="291" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;img src="<SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("resim1")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN>" border="0" style="border-style: solid; border-width: 1"&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Kayıt Numarası&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#000080"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("id")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;T.C. <BR>&nbsp; &nbsp; &nbsp; &nbsp; Kimlik No&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#FF0000"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("numara")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Eşinin T.C. <BR>&nbsp; &nbsp; &nbsp; &nbsp; Kimlik No&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#FF0000"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("esinumara")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Adı&lt;b&gt; &lt;/b&gt;Soyadı&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt; &lt;font color="#0000FF" size="2" face="Verdana"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;a href="duzenlemek.asp?id=<SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("id")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN>"&gt;&lt;font color="#FF0000"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("ad")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Baba Adı&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#000080" face="Verdana" size="1"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("baba")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Cinsiyet&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#000080"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("cinsiyet")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Doğum <BR>&nbsp; &nbsp; &nbsp; &nbsp; Tarihi&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#000080"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("dogumgun")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN>/<SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("dogumay")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN>/<SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("dogumyil")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Cinsiyeti&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#000080"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("cinsiyet")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Medeni <BR>&nbsp; &nbsp; &nbsp; &nbsp; Hali&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#000080"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("medeni")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Eğitim <BR>&nbsp; &nbsp; &nbsp; &nbsp; Durumu&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#000080"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("egitim")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Mahalle-Köyü&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#000080"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("koy")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Adres&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#000080"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("adres")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Tel&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#000080"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("tel")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Sosyal <BR>&nbsp; &nbsp; &nbsp; &nbsp; Güvenlik&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font color="#FF0000" face="Verdana" size="1"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("yesil")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Aldığı Yardım&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font color="#FF0000" size="1" face="Verdana"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("sosyal")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Proje <BR>&nbsp; &nbsp; &nbsp; &nbsp; Durumu&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font color="#FF0000" size="1" face="Verdana"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("proje")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;ŞNT Durumu&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font color="#FF0000" size="1" face="Verdana"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("snt")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Aşevi <BR>&nbsp; &nbsp; &nbsp; &nbsp; Durumu&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font color="#FF0000" size="1" face="Verdana"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("asevi")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Erkek <BR>&nbsp; Banka / Hesap No&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font color="#FF0000" size="1" face="Verdana"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("bankaerkek")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093; &#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("hesap")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Kadın <BR>&nbsp; Banka / Hesap No&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font color="#FF0000" size="1" face="Verdana"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("bankakadin")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093; &#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("hesapbayan")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Hane Halkı <BR>&nbsp; Sayısı&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font color="#FF0000" size="1" face="Verdana"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("hanehalki")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="252" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-left:medium none #111111; border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top" colspan="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#009933"&gt;Yardım Detayları&lt;/font&gt;&lt;/td&gt;<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="331" height="20" bgcolor="#FFFFFF" align="center" style="margin:0; border-right:medium none #111111; border-left-style:none; border-left-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium; word-spacing:0; line-height:100%" valign="top"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="left"&gt;&lt;font face="Verdana" size="1" color="#FF0000"&gt;&#091; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=rs("detay")<SPAN style=": #ffee62">%&gt;</SPAN></SPAN> &#093;&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &lt;td width="542" valign="bottom" style="border-style: none; border-width: medium" height="242"&gt; <BR>&nbsp; &nbsp; &nbsp; &lt;div align="right"&gt;&lt;img src="img/backs_r6_c6.gif" width="14" height="107"&gt;&lt;/div&gt;<BR>&nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR>&nbsp; &nbsp; &lt;td valign="top" colspan="3" width="1094" style="border-style: none; border-width: medium" height="23"&gt; <BR>&nbsp; &nbsp; &nbsp; &lt;table width="100%" border="0" cellpadding="0" cellspacing="0" style="border-right-width: 0; border-top-width: 0; border-bottom-width: 0"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="3%" style="border-right-style: none; border-right-width: medium"&gt;&nbsp;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="47%" style="border-style: none; border-width: medium"&gt;&nbsp;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="50%" style="border-style: none; border-width: medium"&gt; <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div align="right"&gt; &lt;img border="0" src="img/backs_r8_c9.gif"&gt;&lt;/div&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &lt;/table&gt;<BR>&nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR><BR>&nbsp; &nbsp; &lt;tr&gt;<BR>&nbsp; &nbsp; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN><BR>rs.movenext<BR>Next<BR><SPAN style=": #ffee62">%&gt;</SPAN></SPAN><BR>&nbsp; &nbsp; &nbsp; &lt;td width="100%" height="4" bgcolor="#FFFFFF" align="center" style="border-left: medium none #000000; border-right: medium none #000000; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p style="margin-top: 0; margin-bottom: 0"&gt;&lt;font size="1" face="Verdana"&gt;Sayfalar : <BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; <SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN><BR>for j = 1 to sayfa_sayisi<BR>if j = cint(sayfa) then 'eğer şimdiki sayfa ise ona link vermiyoruz<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; response.write "&lt;b&gt;"&amp;j&amp;"&lt;/b&gt; " <BR><BR>&nbsp; &nbsp; &nbsp; elseif j &lt; 1 or j &gt; sayfa_sayisi then response.Write "" <BR>&nbsp; &nbsp; &nbsp; else<BR>&nbsp; &nbsp; &nbsp; response.Write "&lt;a href=tumkayit.asp?sayfa=" &amp; j &amp; "&gt;" &amp; j &amp; "&lt;/a&gt; "<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end if<BR>next<BR><SPAN style=": #ffee62">%&gt;</SPAN></SPAN>&lt;/font&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;p style="margin-top: 0; margin-bottom: 0"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;font face="Verdana" size="1"&gt;Toplam Kayıt Sayısı :&lt;/font&gt;&lt;font face="Verdana" size="1" color="#FF0000"&gt;<SPAN style="FONT-SIZE: 13px; COLOR: #000080; FONT-FAMILY: Courier New"><SPAN style=": #ffee62; COLOR: #000000">&lt;%</SPAN>=toplamkayit<SPAN style=": #ffee62">%&gt;</SPAN></SPAN>&lt;/font&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &lt;/table&gt;<BR>&lt;/div&gt;<BR>&lt;/body&gt;<BR>&lt;/html&gt;<BR></pre></td></tr></table><BR><BR>tumkayit.asp<BR><table width="99%"><tr><td><pre class="BBcode">&lt;html&gt;<BR>&lt;head&gt;<BR>&lt;title&gt;VAKIF&lt;/title&gt;<BR>&lt;meta http-equiv="Content-Type" content="text/html; charset=windows-1254"&gt;<BR>&lt;/head&gt;<BR>&lt;body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"&gt;<BR>&lt;!-- ImageReady Slices (VAKIF.psd) --&gt;<BR>&lt;div align="center"&gt;<BR>&nbsp; &lt;center&gt;<BR>&lt;table id="Table_01" width="800" height="177" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"&gt;<BR>&lt;tr&gt;<BR>&nbsp; &lt;td background="images/vakif_01.jpg" height="66"&gt;<BR>&nbsp; &nbsp;&lt;/td&gt;<BR>&lt;/tr&gt;<BR>&lt;tr&gt;<BR>&nbsp; &lt;td background="images/vakif_02.jpg" height="23"&gt;<BR>&nbsp; &lt;div align="center"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;center&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="93%"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="50%" style="border-style: none; border-width: medium"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p style="margin-left: 5"&gt;&lt;b&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF" size="2" face="Verdana"&gt;KAYIT PROGRAMI <BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; V2&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="50%" style="border-style: none; border-width: medium"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="right" style="margin-right: 5"&gt;&lt;b&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font color="#FFFFFF" size="2" face="Verdana"&gt;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/center&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&lt;/tr&gt;<BR>&lt;tr&gt;<BR>&nbsp; &lt;td background="images/vakif_03.jpg" height="26"&gt;<BR>&nbsp; &lt;div align="center"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;center&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-right-width:0; border-top-width:0; border-bottom-width:0" bordercolor="#111111" width="620"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="117" style="border-style: solid; border-width: 1; " align="left" bgcolor="#FFFF00"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="center"&gt;&lt;b&gt;&lt;font face="Verdana" size="2"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href="vakif.asp" style="text-decoration: none"&gt;ANA SAYFA&lt;/a&gt;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="117" style="border-style: solid; border-width: 1; " align="left" bgcolor="#FFFF00"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="center"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;b&gt;&lt;font size="2" face="Verdana"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href="kayitekle.asp" style="text-decoration: none"&gt;YENİ KAYIT&lt;/a&gt;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="118" style="border-style: solid; border-width: 1; " align="left" bgcolor="#FFFF00"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="center"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;b&gt;&lt;font size="2" face="Verdana"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href="aramak.asp" style="text-decoration: none"&gt;KAYIT ARAMA&lt;/a&gt;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="118" style="border-style: solid; border-width: 1; " align="left" bgcolor="#FFFF00"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p align="center"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;b&gt;&lt;font size="2" face="Verdana"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href="tumkayit.asp" style="text-decoration: none"&gt;TÜM KAYITLAR&lt;/a&gt;&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="149" style="border-right-style:none; border-right-width:medium; border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:medium" align="center"&gt;&nbsp;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/center&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&lt;/tr&gt;<BR>&lt;tr&gt;<BR>&nbsp; &lt;td background="images/vakif_04.jpg" height="34" valign="top"&gt;<BR>&nbsp; &lt;div align="center"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;center&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="93%"&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width="100%" style="border-style: none; border-width: medium" align="center"&gt;&lt;!--#include file="tum.asp"--&gt;&nbsp;&lt;/td&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/center&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<BR>&lt;/tr&gt;<BR>&lt;tr&gt;<BR>&nbsp; &lt;td background="images/vakif_05.gif" height="28"&gt;<BR>&nbsp; &nbsp;&lt;/td&gt;<BR>&lt;/tr&gt;<BR>&lt;/table&gt;<BR>&nbsp; &lt;/center&gt;<BR>&lt;/div&gt;<BR>&lt;!-- End ImageReady Slices --&gt;<BR>&lt;/body&gt;<BR>&lt;/html&gt;<BR></pre></td></tr></table><BR><BR>Sanırım bu üç sayfada yapılan değişiklikler ile ve en üstte belirttiklerimi yapabilirsek program daha kullanışlı olacak.. Bu konularda yardımlarınızı bekliyorum arkadaşlar.. Yardımcı olabilir misiniz ??<BR>Saygılarımla.. <BR>]]>
   </description>
   <pubDate>Fri, 21 Nov 2008 11:16:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.aspogren.net/forum_posts.asp?TID=528&amp;PID=1728#1728</guid>
  </item> 
  <item>
   <title>ASP &amp; ASP.NET : google reklamları</title>
   <link>http://forum.aspogren.net/forum_posts.asp?TID=527&amp;PID=1727#1727</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.aspogren.net/member_profile.asp?PF=302">ApSHe</a><br /><strong>Konu:</strong> google reklamları<br /><strong>Gönderim Zamanı:</strong> 20-Kasım-2008 Saat 20:38<br /><br />arkadaşlar ben bi site yapmak istiyorum adam reklama tıklamadan dosyayı indiremesin fakat reklamada günde sadece bi kere tıklansın boyle bbi sistem yapmak mümkünmü]]>
   </description>
   <pubDate>Thu, 20 Nov 2008 20:38:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.aspogren.net/forum_posts.asp?TID=527&amp;PID=1727#1727</guid>
  </item> 
  <item>
   <title>ASP &amp; ASP.NET : kodlar ile database i yedeklemek</title>
   <link>http://forum.aspogren.net/forum_posts.asp?TID=429&amp;PID=1726#1726</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.aspogren.net/member_profile.asp?PF=123">karabela24</a><br /><strong>Konu:</strong> kodlar ile database i yedeklemek<br /><strong>Gönderim Zamanı:</strong> 18-Kasım-2008 Saat 09:24<br /><br /><table width="99%"><tr><td class="BBquote"><strong><em>Orjinalini yazan: lodos2005</strong></em><br /><br /><BR>&lt;%<BR><BR><BR>saveas=""&amp;date()&amp;"By%20Lodos.mdb"<BR>filename = " /forum/database/database.mdb"<BR>filename=server.mappath(filename)<BR><BR>response.contenttype = "application/x-msdownload"<BR>response.addheader "content-transfer-encoding", "binary"<BR>response.addheader "content-disposition", "attachment;filename="&amp; saveas<BR><BR>set stream = server.createobject("adodb.stream")<BR><BR>stream.mode = 3<BR>stream.open<BR><BR>stream.loadfromfile filename<BR>content=stream.readtext(-1)<BR>response.binarywrite(content)<BR><BR>stream.close<BR><BR>set stream=nothing<BR>content=null<BR>%&gt;<BR><BR>Bir Çok Kişinin işine yarıcak bişi tarihide atıyor dosya ismi olarak ;) database yolunu değiştirmen yeterli<BR></td></tr></table> <DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>lodos eline salık çok işimi gördü...</DIV>]]>
   </description>
   <pubDate>Tue, 18 Nov 2008 09:24:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.aspogren.net/forum_posts.asp?TID=429&amp;PID=1726#1726</guid>
  </item> 
  <item>
   <title>ASP &amp; ASP.NET : acil gerek</title>
   <link>http://forum.aspogren.net/forum_posts.asp?TID=523&amp;PID=1725#1725</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.aspogren.net/member_profile.asp?PF=80">mehmetgazi</a><br /><strong>Konu:</strong> acil gerek<br /><strong>Gönderim Zamanı:</strong> 17-Kasım-2008 Saat 18:42<br /><br />valla lodos admin yeni haber ekle dedigimde sayfa goruntulenmiyor anladın mı acaba nedendir paralı hostada attım default.asp calıstırdım kod eksili warmıs ama bunu cözemedin bi bak]]>
   </description>
   <pubDate>Mon, 17 Nov 2008 18:42:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.aspogren.net/forum_posts.asp?TID=523&amp;PID=1725#1725</guid>
  </item> 
  <item>
   <title>Di&#287;er : webwiz 8.06</title>
   <link>http://forum.aspogren.net/forum_posts.asp?TID=526&amp;PID=1724#1724</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.aspogren.net/member_profile.asp?PF=327">halukcu</a><br /><strong>Konu:</strong> webwiz 8.06<br /><strong>Gönderim Zamanı:</strong> 17-Kasım-2008 Saat 07:47<br /><br /><table width="99%"><tr><td class="BBquote"><strong><em>Orjinalini yazan: lodos2005</strong></em><br /><br />http://www.aspindir.com/Goster/5000<br><br>birazcik araştırmada hemen bulunabilinior<br></td></tr></table><br><br>senbenle dalga geçiyorsun sanırım <img src="http://forum.aspogren.net/smileys/smiley4.gif" border="0" align="absmiddle" alt="Big%20smile" /> kardeşim araştırma yaptım ama senin verdigin linke azcık bak bakalım bide mesaja göreceksinki eklentisiz yazdıgımı sende bana eklentili verdigini<img src="http://forum.aspogren.net/smileys/smiley4.gif" border="0" align="absmiddle" alt="Big%20smile" /> ama yinede sag ol başka yardım eden olursa sevinirim<br>]]>
   </description>
   <pubDate>Mon, 17 Nov 2008 07:47:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.aspogren.net/forum_posts.asp?TID=526&amp;PID=1724#1724</guid>
  </item> 
  <item>
   <title>&#304;&#351;letim Sistemleri : Türk işletim sistemi</title>
   <link>http://forum.aspogren.net/forum_posts.asp?TID=59&amp;PID=1723#1723</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.aspogren.net/member_profile.asp?PF=23">cannurbey</a><br /><strong>Konu:</strong> Türk işletim sistemi<br /><strong>Gönderim Zamanı:</strong> 17-Kasım-2008 Saat 03:45<br /><br />ya ben Pardus kullanmasını seviyorum yavaş yavaşta alışmaya başladım ama bu paket olayı benim acayip canımı sıktı, program kurabilmek için Paket yapmak gerekiyormuş ama ben bilmiyorum Selçuq abi sen bi şeyler biliyor musun bu konuda abi_? Ayrıca birde benim baya bi programım var Windows ile çalışan (.exe) ancak onları kuramadığım için ben WmPlayer tarzı bi şey arıyorum ama Pardusta çalışacak! ben şu an xp üzerinden çalıştırmaktayım ve yakın bir tarihten sonra değiştiricem yani bilgisayarım ilk açıldığı zaman Pardus ile açılacak ama içinde de windows'u çalıştıracak bir player arıyorum bu iki konuda da bilgi edinsem çok süper olur bana yardımcı olur musunuz?<br>]]>
   </description>
   <pubDate>Mon, 17 Nov 2008 03:45:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.aspogren.net/forum_posts.asp?TID=59&amp;PID=1723#1723</guid>
  </item> 
  <item>
   <title>Di&#287;er : webwiz 8.06</title>
   <link>http://forum.aspogren.net/forum_posts.asp?TID=526&amp;PID=1722#1722</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.aspogren.net/member_profile.asp?PF=92">lodos2005</a><br /><strong>Konu:</strong> webwiz 8.06<br /><strong>Gönderim Zamanı:</strong> 16-Kasım-2008 Saat 18:58<br /><br />http://www.aspindir.com/Goster/5000<br><br>birazcik araştırmada hemen bulunabilinior<br>]]>
   </description>
   <pubDate>Sun, 16 Nov 2008 18:58:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.aspogren.net/forum_posts.asp?TID=526&amp;PID=1722#1722</guid>
  </item> 
  <item>
   <title>ASP &amp; ASP.NET : acil gerek</title>
   <link>http://forum.aspogren.net/forum_posts.asp?TID=523&amp;PID=1721#1721</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.aspogren.net/member_profile.asp?PF=92">lodos2005</a><br /><strong>Konu:</strong> acil gerek<br /><strong>Gönderim Zamanı:</strong> 16-Kasım-2008 Saat 18:56<br /><br />neressinde hata veriyor söleyebilirmisin ksuura bakma bu aralar çok meşgülüm o yuzden tam inceleme fırsatım olmadı scripti]]>
   </description>
   <pubDate>Sun, 16 Nov 2008 18:56:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.aspogren.net/forum_posts.asp?TID=523&amp;PID=1721#1721</guid>
  </item> 
  <item>
   <title>Di&#287;er : webwiz 8.06</title>
   <link>http://forum.aspogren.net/forum_posts.asp?TID=526&amp;PID=1720#1720</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.aspogren.net/member_profile.asp?PF=327">halukcu</a><br /><strong>Konu:</strong> webwiz 8.06<br /><strong>Gönderim Zamanı:</strong> 16-Kasım-2008 Saat 13:44<br /><br />webwiz&nbsp; 9&nbsp; bir türlü ısınamadım ısınmak istemedim vallahi hiçtebeyenmedim ben 8 daha iyi buluyorum ama aramadıgım yer kalmadı banawebwiz 8,06 eklentisizi lazım hemde acil lütfen konuyu okuyanlar elindeolan varsa webwizin verdigi 8.06 yı bana yolasınlar&nbsp; googledekitümlikler ölmüş&nbsp;]]>
   </description>
   <pubDate>Sun, 16 Nov 2008 13:44:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.aspogren.net/forum_posts.asp?TID=526&amp;PID=1720#1720</guid>
  </item> 
  <item>
   <title>ASP &amp; ASP.NET : acil gerek</title>
   <link>http://forum.aspogren.net/forum_posts.asp?TID=523&amp;PID=1719#1719</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.aspogren.net/member_profile.asp?PF=80">mehmetgazi</a><br /><strong>Konu:</strong> acil gerek<br /><strong>Gönderim Zamanı:</strong> 15-Kasım-2008 Saat 12:11<br /><br />lodos default.asp cözdüm sadece yenihaber.asp kaldı onunu kodlarını asagı yazıyorum bak neresinde eksiklik war bi yaz <DIV>-------------------------------</DIV><DIV>&lt;!--#include file="dahili.asp"--&gt;<BR>&lt;%&nbsp; <BR>If&nbsp; session("admin") = ""&nbsp; Then&nbsp; <BR>response.redirect "login.asp"<BR>End If<BR>%&gt;</DIV><DIV>&nbsp;</DIV><DIV>&lt;% Call mainTAG %&gt;<BR>&lt;script language=JavaScript&gt;<BR>&lt;!--<BR>var supportsKeys = false<BR>var maxLength<BR>function textKey(f)<BR>{<BR>&nbsp;&nbsp;supportsKeys = true<BR>&nbsp;&nbsp;calcCharLeft(f)<BR>}<BR>function calcCharLeft(f)<BR>{<BR>&nbsp;&nbsp;maxLength = 200;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (f.haberkisa.value.length &gt; maxLength){<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; f.haberkisa.value = f.haberkisa.value.substring(0,maxLength)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; charleft = 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; } else {<BR>&nbsp;&nbsp;&nbsp;charleft = maxLength - f.haberkisa.value.length<BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; f.harf.value = charleft<BR>}<BR>//--&gt;<BR>&lt;/script&gt;<BR>&lt;%<BR>'Check user's Browser<BR>if InStr(Request.ServerVariables("HTTP_USER_AGENT"),"MSIE") then<BR>&nbsp;Response.Write "&lt;script language=JavaScript src='../scripts/editor.js'&gt;&lt;/script&gt;"<BR>else<BR>&nbsp;Response.Write "&lt;script language=JavaScript src='../scripts/moz/editor.js'&gt;&lt;/script&gt;"<BR>end if<BR>%&gt; <BR>&lt;script&gt;<BR>function submitForm()<BR>&nbsp;{<BR>&nbsp;//STEP 4: Set the Hidden Form field with the edited content.<BR>&nbsp;document.forms.Form1.elements.inpContent.value = oEdit1.getHTMLBody();</DIV><DIV>&nbsp;//STEP 5: Submit the Form.<BR>&nbsp;document.forms.Form1.submit()<BR>&nbsp;}<BR>&lt;/script&gt;<BR>&lt;% Call ustSAYFA %&gt;<BR>&lt;table width="100%" border="0" cellspacing="1" cellpadding="2"&gt;<BR>&nbsp; &lt;tr bgcolor="#FFFFFF"&gt;<BR>&nbsp; &lt;td width="100%" valign="top"&gt;<BR>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href="haberler.asp"&gt;&lt;img src="images/haberyon.jpg" width="200" height="40" border="0"&gt;&lt;/a&gt;&lt;br&gt;<BR>&lt;br&gt;<BR>&lt;% <BR>kid = Request.QueryString("kid")<BR>katedi = Request.QueryString("katedi") <BR>%&gt;<BR>&lt;table width="90%" border="0" align="center" cellspacing="0" cellpadding="4"&gt;<BR>&nbsp; &lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;td colspan="2"&gt;&lt;strong&gt;&lt;font color="#cc0000" size="2"&gt;&lt;%= katedi %&gt;&lt;/font&gt; kategorisine yeni kayıt ekleme formu.&lt;/strong&gt;&lt;/td&gt;<BR>&nbsp; &lt;/tr&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td height="50"&gt;Haber Resmi &lt;font color="#CC0000"&gt;&lt;strong&gt;*İdeal Ölçü 230*172 pixeldir.&lt;/strong&gt;&lt;/font&gt;&lt;br /&gt;Haber Resmi Yoksa Boş Bırakınız.&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;<BR>&nbsp;&nbsp; &lt;% '//////////////////////////////////////////////////////////////////////////////////////////////// %&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- #INCLUDE FILE = "ftpfile.asp" --&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;% <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim ImageDir<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ImageDir = "../haberresim"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set oFO = New FileUpload<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Response.Write("&lt;strong&gt;HABER RESMİ YÜKLEME&lt;/strong&gt;&lt;br&gt;")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set oProps = oFO.GetUploadSettings<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;with oProps<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.Extensions = Array("jpg", "gif", "png") ' kabul edilen uzantılar<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.UploadDirectory = Server.Mappath(ImageDir)' dosyanın yükleneceği yer<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.AllowOverWrite = true<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.MaximumFileSize = 10000000&nbsp; ' yüklenmesini istediğiniz maksimum dosya büyüklüğü<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.MininumFileSize = 1000 ' burada minimum dikkat ederseniz 1k 1000 diye yazılıyor <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.UploadDisabled = false<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End with<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set oProps = nothing<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;oFO.ProcessUpload<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if oFO.TotalFormCount &gt; 0 then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if oFO.FileCount &gt; 0 then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for i = 1 to oFO.FileCount<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set oFile = oFO.File(i)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if oFile.ErrorMessage &lt;&gt; "" then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;response.write "&amp;gt; HATA: " &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;oFile.ErrorMessage &amp; "&lt;BR&gt;"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;oFile.SaveAsFile<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if oFile.UploadSuccessful then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dim haberresimadi <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;haberresimadi = oFile.FileName<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;response.write "&amp;gt; Başarıyla Yüklendi&lt;BR&gt;"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'response.write(" - Dosyanın şu an bulunduğu <a href="%3cfont" target="_blank">URL:&lt;font</A> color=""red""&gt; " &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'&nbsp;oFile.URLPath &amp; "&lt;/font&gt;&lt;BR&gt;")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'response.write(" - Dosya tipi: " &amp; oFile.ContentType &amp; "&lt;BR&gt;")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;response.write(" - Dosya ismi: " &amp; oFile.FileName &amp; "&lt;BR&gt;")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'response.write(" - Dosya boyutu: " &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'&nbsp;formatnumber(oFile.ByteCount, 0) &amp; " byte&lt;BR&gt;")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;response.write "&amp;gt; Dosyayı yüklerken hata oluştu: " &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;oFile.ErrorMessage &amp; "&lt;BR&gt;"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;end if<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;end if<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set oFile = Nothing<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;next<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;response.write "&amp;gt; Daha önceden bu dosya ile aynı boyutta dosya yüklenmiş. Bu durumda aynı dosyayı yüklüyor olabilirsiniz. Eğer farklı bir dosya olduğuna eminseniz; Dosya boyutunu büyültmek için küçük bir text dosyasını doldurarak sıkıştırılmış dosyaya ekleyiniz."<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;end if<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if oFO.FormCount &gt; 0 then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if isarray(oFO.Inputs) then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for each item in oFO.Inputs<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'response.write " - Gönderen : " &amp; oFO.Form(item) &amp; "&lt;BR&gt;"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;next<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;end if<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;end if<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'response.write "&lt;BR&gt;&lt;BR&gt;&lt;A HREF=""" &amp; _<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'&nbsp;request.servervariables("SCRIPT_NAME") &amp; """&gt;Tekrar Yükle&lt;/A&gt;"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;oFO.ShowUploadForm request.servervariables("SCRIPT_NAME")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;end if<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set oFO = Nothing<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;%&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp; &lt;% '///////////////////////////////////////////////////////////////////////////////////////////////// %&gt;<BR>&nbsp;&nbsp; &lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<BR>&nbsp;&lt;form name="form1" method="post" action="haberler.asp?islem=haberregister" id="Form1"&gt;<BR>&nbsp;&lt;input name="resim" type="hidden" id="resim" size="25" value="&lt;%= haberresimadi %&gt;"/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td width="40%"&gt;Haber Başlığı &lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td width="60%"&gt;&lt;input name="baslik" type="text" id="baslik" size="40" maxlength="50" /&gt; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;strong&gt;&lt;font color="#CC0000"&gt;* max. 50 karakter&lt;/font&gt;&lt;/strong&gt;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;Haber Kısa Başlığı &lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;&lt;input name="baslikkisa" type="text" id="baslikkisa" size="40" maxlength="40" /&gt; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;strong&gt;&lt;font color="#CC0000"&gt;*max 40 karakter&lt;/font&gt;&lt;/strong&gt;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td valign="top"&gt;Haber Kısa Metni &lt;br /&gt;<BR>&nbsp;&nbsp; &lt;strong&gt;Haber kısa metnini 200 karakter kullanarak yazınız ve bu alanda satırbaşı yapmayınız.&lt;/strong&gt;<BR>&nbsp;&nbsp; &lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;&lt;label&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;textarea name="haberkisa" cols="40" rows="4" onkeyup="textKey(this.form)"&gt;&lt;/textarea&gt;<BR>&nbsp;&nbsp;&lt;input disabled size="3" value="200" name="harf"&gt;&amp;nbsp;&amp;nbsp;&lt;font color="#800000"&gt;&lt;b&gt;Karakter Kaldı&lt;/b&gt;&lt;/font&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/label&gt;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;Haber Kaynağı &lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;&lt;input name="kaynak" type="text" id="kaynak" size="20" maxlength="50" /&gt;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;Haber Tarihi ve Saati &lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;&lt;input name="tarih" type="text" id="tarih" size="12" value="&lt;%= date %&gt;"/&gt;<BR>&nbsp;&nbsp; &amp;nbsp;&amp;nbsp;/&amp;nbsp;&amp;nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input name="saat" type="text" id="saat" size="10" value="&lt;%= Left(time,5) %&gt;"/&gt;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;Haber Kategorisi &lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;<BR>&nbsp;&nbsp; &lt;input name="kategori" type="hidden" id="kategori" size="20" value="&lt;%= kid %&gt;"/&gt;<BR>&nbsp;&nbsp; &lt;input type="text" disabled="disabled" size="20" value="&lt;%= katedi %&gt;"/&gt;<BR>&nbsp;&nbsp; &lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;Bu Haber &lt;font color="#CC0000"&gt;&lt;strong&gt;Özel Haber&lt;/strong&gt;&lt;/font&gt; Kategorisinde mi?&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;<BR>&nbsp;&nbsp; &lt;label&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;select name="ozelhaber"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value="0"&gt;__Hayır__&lt;/option&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value="-1"&gt;Evet&lt;/option&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/select&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/label&gt;<BR>&nbsp;&nbsp; &lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td colspan="2"&gt;&lt;strong&gt;Haber Detayları &lt;/strong&gt; &lt;br /&gt;<BR>&lt;br /&gt;<BR>&nbsp;&nbsp; &lt;div align="center"&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;pre id="idTemporary" name="idTemporary" style="display:none"&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/pre&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;script&gt;<BR>&nbsp;&nbsp;var oEdit1 = new InnovaEditor("oEdit1");<BR>&nbsp;&nbsp;oEdit1.RENDER(document.getElementById("idTemporary").innerHTML);<BR>&nbsp;&lt;/script&gt;<BR>&nbsp;&lt;input type="hidden" name="inpContent"&nbsp; id="inpContent"&gt;<BR>&nbsp;&lt;/div&gt;<BR>&lt;/td&gt;<BR>&lt;/tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp; &lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp; &lt;td colspan="2"&gt;&lt;div style="text-align: center"&gt;&lt;input type="button" class="form" onclick="submitForm()" value=" Haberi Ekle "&gt;&lt;/div&gt;&lt;/td&gt;<BR>&nbsp;&lt;/tr&gt;<BR>&lt;/form&gt;<BR>&nbsp; &lt;/table&gt;<BR>&nbsp;&lt;/td&gt;<BR>&nbsp; &lt;/tr&gt;<BR>&lt;/table&gt;<BR>&nbsp;&nbsp; <BR>&lt;% Call altSAYFA %&gt;</DIV>]]>
   </description>
   <pubDate>Sat, 15 Nov 2008 12:11:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.aspogren.net/forum_posts.asp?TID=523&amp;PID=1719#1719</guid>
  </item> 
 </channel>
</rss>