Click to See Complete Forum and Search --> : title value


Beach Bum
01-26-2003, 11:03 AM
When someone does add to favorites, the value in the <title> tag shows up as the name of the page.

Is there a way to dynamcially change that value from within the page? I would like to change the title value based on other things in the page.

Is there a js variable for this?

Beach Bum
01-26-2003, 11:06 AM
never mind. I tried the obvious - document.title - and it worked.