fert Posted April 1, 2007 Share Posted April 1, 2007 Is it possible to change the title of a document in Javascript and if it is possible how would I do it? Link to comment https://forums.phpfreaks.com/topic/45201-quick-question/ Share on other sites More sharing options...
emehrkay Posted April 2, 2007 Share Posted April 2, 2007 this worked for me <script type="text/javascript"> onload = function(){ document.title = 'test'; } </script> Link to comment https://forums.phpfreaks.com/topic/45201-quick-question/#findComment-219489 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.