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>
7 <!-- <script type="text/javascript" src="myconsole.js"></script> -->
9 <script type="text/javascript"><!--
10 var sess = "for_test";
13 var gst = new globst();
17 window.onload = function() {
18 var i, noti_content = "";
20 for (i = 0 ; i < 20 ; i++) {
21 noti_content += "solo una prova<br>";
24 nd = new notify_document(gst, noti_content, -1, [ "pippo", "pluto", "paperino" ], 200, 200, true, 0);
26 tva = setInterval(function(nd){ console.log("nd.ret = "+nd.ret_get()+" gst.st_loc: "+gst.st_loc+" gst.st_loc_new: "+gst.st_loc_new ); }, 1000, nd);
30 <link rel="stylesheet" type="text/css" href="brisk.css">
32 <!-- style="position: static; width: 800px; height: 600px; background-color: yellow;" -->
34 <!-- style="position: static; width: 600px; height: 400px; background-color: pink;" -->