Category:Developers: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 47: Line 47:


=== Change the title text ===
=== Change the title text ===
/*javascript to change the titletext*/
javascript to change the titletext
 
<code> <script>document.title='your title';</script></code>
<code> <script>document.title='your title';</script></code>