View Single Post
Old Jul 16th, 2006, 11:38 AM   #2
Agent 47
Hobbyist Programmer
 
Agent 47's Avatar
 
Join Date: Nov 2005
Posts: 122
Rep Power: 3 Agent 47 is on a distinguished road
document.title should work fine. As in:
function changeTitle(s)
{
	document.title=s;
}

...
changeTitle('some new title');
__________________
"I'm going to become rich and famous when I invent a device that allows you to stab people in the face over the internet"
Agent 47 is offline   Reply With Quote