Results 1 to 3 of 3

Thread: Is it possible to change the page title from within code *RESOLVED*

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 1999
    Location
    England
    Posts
    982

    Is it possible to change the page title from within code *RESOLVED*

    Is it possible to change the page title from within VB code.
    Last edited by davidrobin; May 20th, 2004 at 08:51 AM.


    Things I do when I am bored: DotNetable

  2. #2
    Frenzied Member Fishcake's Avatar
    Join Date
    Feb 2001
    Location
    Derby, UK
    Posts
    1,092
    You could do it by setting the Page title to:
    Code:
    <title><%= Session("PageTitle") %></title>
    and then setting Session("PageTitle") in VB code.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 1999
    Location
    England
    Posts
    982
    Its been a couple of years since I did more traditional asp, I had forgotten some of the more fundamental methods.

    It works a treat.


    Things I do when I am bored: DotNetable

Posting Permissions

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



Click Here to Expand Forum to Full Width