��<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" /> <title>Site �leti�im Formu</title> <style type="text/css"> <!-- .textbox { border: 1 solid #C2C6CF; color: #555; font-family:Lucida Console; font-size: 9pt; } .textarea { border: 1 solid #C2C6CF; color: #555; font-family:Lucida Console; font-size: 9pt; } .listbox { width:100px; font-family:Lucida Console; color: #555; font-size: 9pt } .button { font-family:Tahoma; font-weight:bold; color:#444; font-size:9pt; border: 0; background:#DDD; padding:5px; border-radius:3px; } .button:hover { background:#666; color:#FFF; } --> </style> </head> <body> <script language="javascript"> function kontrol(){ if(document.form1.ad_soyad.value==''){alert("isim alan�n� bo� b�rakt�n�z...");document.form1.ad_soyad.focus();return false;} if(document.form1.telefon.value==''){alert("Telefon numaran�z� yazmad�n�z...");document.form1.telefon.focus();return false;} if((document.form1.email.value.indexOf("@"))<1){alert("Ge�erli bir e-mail adresi giriniz...");document.form1.email.focus();return false;} if((document.form1.email.value.lastIndexOf("."))-(document.form1.email.value.indexOf("@"))<2){alert("Ge�erli bir e-mail adresi giriniz...");document.form1.email.focus();return false;} if(document.form1.talep.value==''){alert("Talep konusu se�iniz...");document.form1.talep.focus();return false;} if(document.form1.mesaj.value==''){alert("Mesaj�n�z� giriniz...");document.form1.mesaj.focus();return false;} if(document.form1.guvenlik.value==''){alert("G�venlik kodunu giriniz...");document.form1.guvenlik.focus();return false;} } </script> <div style="color:#515E6C; font-family:Verdana; font-size:11px;"> <form name="form1" onsubmit="return kontrol();" method="post" action="gonder.php"> <table style="background:#fbfbfb; padding:5px; border:2px solid #eee; border-radius:5px;" width="550" border="0" cellpadding="2" cellspacing="0"> <tr> <td width="235"><strong>Ad Soyad *</strong></td> <td width="300"><input class="textbox" name="ad_soyad" type="text" size="30" maxlength="100" /></td> </tr> <tr> <td width="235">&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td width="235"><strong>Telefon *</strong></td> <td><input class="textbox" name="telefon" type="text" size="30" maxlength="100" /></td> </tr> <tr> <td width="235"><strong>Email *</strong></td> <td><input class="textbox" name="email" type="text" size="30" maxlength="100" /></td> </tr> <tr> <td width="235">&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td valign="top" width="235"><strong>Mesaj�n�z *</strong></td> <td><textarea class="textarea" rows="12" name="mesaj" cols="50"></textarea></td> </tr> <tr> <td width="235"><strong>G�venlik * <img src="captcha.php"></strong></td> <td valign="bottom"><input class="textbox" name="guvenlik" type="text" size="20" maxlength="100" /></td> </tr> <td width="235"></td> <td></td> </tr> </tr> <td width="235"></td> <td><input class="button" name="yolla" type="SUBMIT" value="G�nder" /> <input class="button" name="sifirla" type="RESET" value="Temizle" /> <input name="konu2" type="hidden" id="konu2" value="Dr.Ahmet Se�kin Site 0leti_im formu" /></td> </tr> </tr> <td width="235"></td> <td>(*) ��aretli alanlar zorunludur !</td> </tr> </table> </form> </div> </body> </html>