/ Published in: Other
Expand |
Embed | Plain Text
document.setTitle = function(newTitle) { this.getElementsByTagName('title')[0].text = newTitle; }
You need to login to post a comment.
avioli on 02/15/08
3 people have marked this snippet as a favorite
document.setTitle = function(newTitle) { this.getElementsByTagName('title')[0].text = newTitle; }
You need to login to post a comment.