';
/* Store the p_start parameter */
$g_start=$http->get('p_start',"number",1);
?>
add_json_param("op", "accounting");
$obj->set_limit_fiche_qcode(5);
$mtable->set_callback("ajax_misc.php");
$mtable->create_js_script();
echo $mtable->display_table(" where pcm_val::text like '{$g_start}%' order by pcm_val::text ");
/* it will override the classic onscroll (see scripts.js)
* @see scripts.js
*/
?>