Hello brian,
Thanks for your promt reply.
I have aready tried the solution which you have suggested here. As I am using blend template for my admin. I have edited header.tpl in the same way as u have suggested, but it is showing title for all the admin pages. But for login page it remains the same.
I have tried in another way. As I have put the below code in jquery.js file.
if(window.location.href.toString().indexOf('login.php') !== -1){
document.title = 'Mywebsite';
}
But this will change the title when login page loads completely. In the starting it is showing as previous.
Please suggest if you have any other solution for this.
Thanks
Sunil