sewkii Ozi SizinWeb şöyle yapsam nasıl olur ?

<script>
function waitfor(){
window.location.reload();
}
setTimeout("waitfor()",150);
</script>