summaryrefslogtreecommitdiff
path: root/html/stream.html
blob: 66f8bbdd4018c9910a35707991fb4c0af99f9870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html>
 <head>
 <title>
  %%PGETITLE%%
 </title>
 <script language="JavaScript">
  function autoScroll()
  {
   window.scroll(1, 50000 );
   timer = setTimeout('autoScroll()',200);
  }

  autoScroll();

  function stopScroll()
  {
   clearTimeout(timer);
  }

  function startScroll()
  {
   timer = setTimeout('autoScroll()', 200);
  }
 </script>
</head>
<body>
 Welcome to yChat %%nick%%!
 <br>
 <br>