UpdatePanel update web page title tag

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tomas

    UpdatePanel update web page title tag

    Hello,

    Is it possible to update web page Title tag without reloading web page? I
    don't find way to do it with UpdatePanel,
    not sure is it possible. I am waiting for any help or idea. Thank you.

    Regards,
    Tomas


  • George

    #2
    Re: UpdatePanel update web page title tag

    "Tomas" <tomas@nomeil.c omwrote in message
    news:uzz8rc7%23 IHA.5048@TK2MSF TNGP05.phx.gbl. ..
    Hello,
    >
    Is it possible to update web page Title tag without reloading web page? I
    don't find way to do it with UpdatePanel,
    not sure is it possible. I am waiting for any help or idea. Thank you.
    >
    Regards,
    Tomas
    >
    >

    You will have to do it with Javascript.
    document.title= "aaa";


    George




    Comment

    Working...