Link to home
Start Free TrialLog in
Avatar of kateL
kateL

asked on

change the title tag of a web page dynamically?

Hi Experts,

How can I change the Title tag of a web page dynamically using server side code?

Also I was trying to do it using javaScript from within a frame i.e. parent.document.title = 'bla'. But I was inside a user control.

How can I call a javaScript function when my user control is finished loading?

thanks a lot
Avatar of skiltz
skiltz
Flag of New Zealand image

When a page loads you can change the title like page.title = "My new title"
Avatar of kateL
kateL

ASKER

Hmmm but not do I set the title when I am inside a user control that is a part of a web page that is in a frame?

It's really the web page that contains the frames who's title I want to change
ASKER CERTIFIED SOLUTION
Avatar of joshbm
joshbm

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial