• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2  <head>
3    <script type="text/javascript">
4      function SetTitle(title) {
5        document.title = title;
6      }
7    </script>
8  </head>
9  <body>
10    <script>SetTitle('done');</script>
11  </body>
12</html>
13