<!-- *************Üyelik****************** -->
function uyelik(theForm)
 {
	if ((theForm.emaili.value == "") || (theForm.emaili.value.indexOf('@',0) == -1)) 
	{
		alert("Email adresiniz geçersiz");
		theForm.emaili.focus();
		theForm.emaili.select();
		return false;
	}	

	if (theForm.sifresi.value == "" )
	{
		alert("Lütfen Bir Şifre Belirleyiniz.");
		theForm.sifresi.focus();
		return(false);
  	}
	if (theForm.sifresi2.value == "" )
	{
		alert("Lütfen Şifrenizi Tekrar Giriniz.");
		theForm.sifresi2.focus();
		return(false);
  	}

}
<!-- *************Odeme bildirim****************** -->
function odeme(theForm)
 {
	if ((theForm.emaili.value == "") || (theForm.emaili.value.indexOf('@',0) == -1)) 
	{
		alert("Email adresiniz geçersiz");
		theForm.emaili.focus();
		theForm.emaili.select();
		return false;
	}	

	if (theForm.konu2.value == "" )
	{
		alert("Ödeme Yapan?.");
		theForm.konu2.focus();
		return(false);
  	}
	if (theForm.mesaj.value == "" )
	{
		alert("Lütfen Mesajınızı Yazınız.");
		theForm.mesaj.focus();
		return(false);
  	}
	if (theForm.kod.value == "" )
	{
		alert("Lütfen Güvenlik Kodunu Giriniz.");
		theForm.kod.focus();
		return(false);
  	}

}
<!-- *************ÖDeme Bildirm2****************** -->
function odemebildir(theForm)
 {
	if (theForm.ilan_no.value == "" )
	{
		alert("Lütfen Ilan No Yazınız.");
		theForm.ilan_no.focus();
		return(false);
  	}

	if ((theForm.emaili.value == "") || (theForm.emaili.value.indexOf('@',0) == -1)) 
	{
		alert("Email adresiniz geçersiz");
		theForm.emaili.focus();
		theForm.emaili.select();
		return false;
	}	

	if (theForm.konu2.value == "" )
	{
		alert("Lütfen Mesaj Konusunu Yazınız.");
		theForm.konu2.focus();
		return(false);
  	}
	if (theForm.mesaj.value == "" )
	{
		alert("Lütfen Mesajınızı Yazınız.");
		theForm.mesaj.focus();
		return(false);
  	}
	if (theForm.kod.value == "" )
	{
		alert("Lütfen Güvenlik Kodunu Giriniz.");
		theForm.kod.focus();
		return(false);
  	}

}
<!-- *************İletişim****************** -->
function iletisim(theForm)
 {
	if ((theForm.emaili.value == "") || (theForm.emaili.value.indexOf('@',0) == -1)) 
	{
		alert("Email adresiniz geçersiz");
		theForm.emaili.focus();
		theForm.emaili.select();
		return false;
	}	

	if (theForm.konu2.value == "" )
	{
		alert("Lütfen Mesaj Konusunu Yazınız.");
		theForm.konu2.focus();
		return(false);
  	}
	if (theForm.mesaj.value == "" )
	{
		alert("Lütfen Mesajınızı Yazınız.");
		theForm.mesaj.focus();
		return(false);
  	}
	if (theForm.kod.value == "" )
	{
		alert("Lütfen Güvenlik Kodunu Giriniz.");
		theForm.kod.focus();
		return(false);
  	}

}
<!-- *************Giriş****************** -->
function giris(theForm)
 {
	if ((theForm.emaili.value == "") || (theForm.emaili.value.indexOf('@',0) == -1)) 
	{
		alert("Email adresiniz geçersiz");
		theForm.emaili.focus();
		theForm.emaili.select();
		return false;
	}	

	if (theForm.sifresi.value == "" )
	{
		alert("Lütfen Şifrenizi Giriniz.");
		theForm.sifresi.focus();
		return(false);
  	}

}
<!-- *************ŞifremiUnuttum****************** -->
function sifrem(theForm)
 {
	if ((theForm.emaili.value == "") || (theForm.emaili.value.indexOf('@',0) == -1)) 
	{
		alert("Email adresiniz geçersiz");
		theForm.emaili.focus();
		theForm.emaili.select();
		return false;
	}	

	if (theForm.kod.value == "" )
	{
		alert("Lütfen Güvenlik Kodunu Giriniz.");
		theForm.kod.focus();
		return(false);
  	}

}
<!-- *************İlan Birak****************** -->
function ibirak(theForm)
 {
	if (theForm.baslik.value == "" )
	{
		alert("Lütfen Başlık Giriniz.");
		theForm.baslik.focus();
		return(false);
  	}
}

<!-- *************Ilan Sahibine Mesaj****************** -->
function ismg(theForm)
 {
	if ((theForm.emaili.value == "") || (theForm.emaili.value.indexOf('@',0) == -1)) 
	{
		alert("Email adresiniz geçersiz");
		theForm.emaili.focus();
		theForm.emaili.select();
		return false;
	}	
	if (theForm.mesaj.value == "" )
	{
		alert("Lütfen Mesajınızı Yazınız.");
		theForm.mesaj.focus();
		return(false);
  	}
	if (theForm.kod.value == "" )
	{
		alert("Lütfen Güvenlik Kodunu Giriniz.");
		theForm.kod.focus();
		return(false);
  	}

}
