new notifier method and associated test
[brisk.git] / web / notidoc_test.php
1 <html>
2 <head>
3 <title><?php echo "$PHP_SELF";?></title>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <script type="text/javascript" src="commons.js"></script>
6
7 <!-- <script type="text/javascript" src="myconsole.js"></script> -->
8
9 <script type="text/javascript"><!--
10      var sess = "for_test";
11      var stat = "";
12      var subst = "";
13      var gst = new globst();
14      var nd;
15
16      window.onload = function() {
17          var i, sss = "";
18
19          for (i = 0 ; i < 20 ; i++) {
20              sss += "solo una prova<br>";
21          }
22
23          nd = new notify_document(gst, sss, 4000, "pippo", 200, 200, true, 2000);
24      }
25  //-->
26 </script>
27 <link rel="stylesheet" type="text/css" href="brisk.css">
28 </head>
29          <!--  style="position: static; width: 800px; height: 600px; background-color: yellow;" -->
30 <body>
31          <!--  style="position: static; width: 600px; height: 400px; background-color: pink;" -->
32 <div>
33 div in body
34 </div>
35 </body>
36 </html>