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? Quote Link to comment 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> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.