Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q436

Feedback on: irt.org FAQ Knowledge Base Q436

Sent by Dan Nye on May 19, 2000 at 12:55:31: - feedback #1259

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



Sent by Paul Fazio on June 22, 2000 at 09:19:57: - feedback #1417

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";


©2018 Martin Webb