yavuzturk adlı üyeden alıntı: mesajı görüntüle
HTML sayfalarda uygulayabilen varmı arkadaslar ?
yazdığım javascripti denedin mi?
<script type="text/javascript">
if(navigator.appName != "Microsoft Internet Explorer")
{
alert("Please use the Internet Explorer browser. Thanks!!")
window.close();
}
</script>