<script type="text/javascript"> function showAlert() { alert("Hoş geldiniz, giriş sayfasına yönlendiriliyorsunuz."); window.location.replace("http://siteadiniz.uzanti/giris_adresi");} </script> <button onclick="showAlert()">Giriş Yapın</button>