<html>
<head><title>Firmayı Tavsiye Et</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9"><style type="text/css">
<link href="tema/<%=sitetema%>/style.css" rel="stylesheet" type="text/css" />
</head>
<body
bgcolor="#ffffff">

 <form action="tavsiyegonder.php" method="POST">
   <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
     <tr>
       <td width="20%" height="30"><div align="left"><strong>Tavsiye Edilen Firma :*<br>
       </strong></div></td>
       <td width="20%" height="30"><strong>
         <input name="firma" type="text" size="30" value="<%= rs("adi")%>" readonly="true">
       </strong></td>
       <td width="60%"><strong>
         <input name="sayfa" type="text" size="2" value="<%= rs("fkodu")%>" readonly="true">
       </strong></td>
     </tr>
     <tr>
       <td height="30"><div align="left"><strong>Adınız :*<br>
       </strong></div></td>
       <td colspan="2"><strong>
         <input name="kimden" type="text" size="35">
       </strong></td>
     </tr>
     <tr>
       <td height="30"><div align="left"><strong>Mail Adresiniz:*<br> 
       </strong></div></td>
       <td colspan="2"><strong>
         <input name="gonderen" type="text" size="35">
       </strong></td>
     </tr>
     <tr>
       <td height="30"><div align="left"><strong>Arkadaşınızın Adı:*<br>
       </strong></div></td>
       <td colspan="2"><strong>
         <input name="kim" type="text" size="35">
       </strong></td>
     </tr>
     <tr>
       <td height="30"><div align="left"><strong> Mail Adresi:*<br>
       </strong></div></td>
       <td colspan="2"><strong>
         <input name="kime" type="text" size="35">
       </strong></td>
     </tr>
    <tr>
       <td><div align="left"><strong>Mesajınız:<br> 
         <img src="images/bg_cizgi.gif" width="180" height="1"><br>
       </strong></div></td>
       <td colspan="2"><strong>
         <textarea name="mesaji" cols="26" rows="5"></textarea>
       </strong></td>
    </tr>
     <tr>
       <td height="30"><div align="center" class="style1">* İşaretli Alanları Doldurunuz.
       </div></td>
       <td colspan="2">       <input type="submit" value="Tavsiye Gönder"></td>
     </tr>
   </table>
 </form>
</body>
</html>