<script>
$(function(){
$("#giris").click(function (){
$.ajax({
type: "POST",
url: "Users.php?do=Login",
data: $('#fixforum').serialize(),
error:function(){ alert("Bir hata algılandı."); },
success: function(veri) {
$('#target').html(veri);
ocument.forms["form"].reset(); }
});
});
});
</script>
sayfa yenılemesını ıstemıyorum . 5 sanıye sonra ıslem yapsın ıstıyorum