Feedback on: irt.org FAQ Knowledge Base Q436
Comments:
This document is not totally correct.
In IE5 (PC), I can do a line of JavaScript that says:
document.title = 'my title here';
And it correctly sets the title. I haven't tried it in other browsers / platforms as yet.
Best regards,
Dan Nye
Comments:
Actually you can amend the title in IE5.x (I haven't tried it in IE4.x yet) using
document.title = "Your new title";