Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing browser window's title via C#? or jscript?
Message
 
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00870819
Message ID:
00870895
Views:
10
I believe you need to use:
<title><% Response.Write(myNewTitle); %></title>
>Hi,
>
>I need to set the browser window's title just prior to the page being rendered or very soon afterwards. Is there a way to modify the contents of the TITLE tag pair dynamically. In classic asp I do something like this:
>
>
><title><%=myNewTitle  </title>
>
>
>But asp.net won't allow this sort of thing.
>
>Thanx,
>Neil
Michael McLain
Previous
Reply
Map
View

Click here to load this message in the networking platform