Ejemplo n.º 1
0
<?php

session_start();
require_once "../../classes.php";
require_once "./SMPHPToolkit/SMAjax.php";
$ajaxbuf = new ajax_buffer("update_buffer");
$ajaxbuf->set_method(ajax_buffer_method::APPEND_AFTER);
$ind_count = new ajax_var('ind_count', 0);
$ajaxbuf->register_var($ind_count);
error_reporting(E_PARSE);
?>
<html>
<head>
<style type="text/css">
	@IMPORT url("../../skins/smadbis/css/ajax.css");
	.indicator{
		background-color: red; 
		position: absolute;
		bottom: 0px;
		width: 10px; 
		border: 1px solid black;
	}
      #chart{
        position:relative;
        height:200px;
        width:300px;
        overflow-x:auto; 
        overflow-y:hidden;
      }	
</style>
  <script type="text/javascript" src="../../js/scriptaculous/prototype.old.js"></script>