window.document.statusbar.enable = false;
window.document.titlebar.enable = false;
window.document.addressbar.enable = false;
<html>
<title>hey</title>
<script type="text/javascript">
function changetitle()
{
alert(window.document.title);
window.document.title = "heyhey";
window.document.statusbar.enable = false;
alert(window.document.title);
}
</script>
<body onload="changetitle()">
</body>
</html>
Thanks
SagarP
http://www.emanonsolutions.net
http://emanonsolutions.blogspot.com/
Shoyebaziz123, if this helps please login to Mark As Answer. |
Reply | Alert Moderator