Current Path : /web/htdocs/www.entinoprofit.org/home/
Upload File :
Current File : /web/htdocs/www.entinoprofit.org/home/autosuggest.php

<!-- AJAX AUTOSUGGEST SCRIPT -->
<script type="text/javascript" src="/lib/ajax_framework.js"></script>

<style type="text/css">
/* ---------------------------- */
/* CUSTOMIZE AUTOSUGGEST STYLE	*/
#search-wrap input{width:145px; font-size:14px; color:#999999; padding:3px; border:solid 1px #999999;margin-left:10px;}
#results{width:145px; border:solid 1px #DEDEDE; display:none; margin-left:10px;}
#results ul, #results li{padding:0; margin:0; border:0; list-style:none;}
#results li {border-top:solid 1px #DEDEDE;}
#results li a{display:block; padding:4px; text-decoration:none; color:#000000; font-weight:bold;}
#results li a small{display:block; text-decoration:none; color:#999999; font-weight:normal;}
#results li a:hover{background:#FFFFCC;}
#results ul {padding:6px;}
</style>
<div id="search-wrap">
<input name="search-q" id="search-q" type="text" value="Cerca un club.." onblur="javascript:writeFind()" onfocus="javascript:clean()" onkeyup="javascript:autosuggest()"/>
<div id="results"></div>
</div>