Results 1 to 2 of 2

Thread: browser title change ... ?

  1. #1
    Join Date
    Jan 2008
    Posts
    2

    browser title change ... ?

    Is it possible to have the titlebar of a browser change without having a hard refresh?

    What I have currently is and ASP.nET web app, that contains a grid that displays employee data. When a user clicks on an employee, I want the titlebar to say 'Company Name - Employee Name'.

    onRowActivate change title bar?

    The only possible solution I can think of is use AJAX to send an http_request and change using:

    document.title= <% compname + ' - ' empname %>

    But I'm not quite sure how. Any help would be great!

  2. #2
    Join Date
    Feb 2007
    Location
    Ireland
    Posts
    1,007
    You should be able to manage that with just JavaScript. JS really isn't my area, so hope this helps http://javascript.internet.com/page-...title-bar.html
    “The best thing about a boolean is even if you are wrong, you are only off by a bit.”

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •