May 27, 2003 #1 hrabia Well-known member Joined May 21, 2003 Messages 107 Location Hamburg, Germany How to change documents title programmatically?
May 27, 2003 #2 Robby Moderator Joined Nov 17, 2002 Messages 3,461 Location Montreal, Ca. User Rank *Expert* you can use response.write("<title>some title</title>"). Even though it may end up within the Body tags, it will still work.
you can use response.write("<title>some title</title>"). Even though it may end up within the Body tags, it will still work.
May 27, 2003 #3 hrabia Well-known member Joined May 21, 2003 Messages 107 Location Hamburg, Germany Hmm, Ive tried with HtmlGenericControl and it works but Im looking for property...
May 27, 2003 #4 Robby Moderator Joined Nov 17, 2002 Messages 3,461 Location Montreal, Ca. User Rank *Expert* As far as I know, there is none.