Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
var
/
www
/
html
/
bkd
/
suggestion
/
/var/www/html/bkd/suggestion/index.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Facebook like Auto suggestion</title> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.watermarkinput.js"></script> <script type="text/javascript"> $(document).ready(function(){ $(".search").keyup(function() { var searchbox = $(this).val(); var dataString = 'searchword='+ searchbox; if(searchbox!='') { $.ajax({ type: "POST", url: "search.php", data: dataString, cache: false, success: function(html) { $("#display").html(html).show(); } }); }return false; }); }); jQuery(function($){ $("#searchbox").Watermark("Search"); }); function tampil(n){ window.location.replace("index.htm"); } </script> <style type="text/css"> body { font-family:"Lucida Sans"; } * { margin:0px } #searchbox { width:372px; border:solid 1px #000; padding:3px; } #display { width:372px; display:none; float:right; margin-right:1px; border-left:solid 1px #dedede; border-right:solid 1px #dedede; border-bottom:solid 1px #dedede; overflow:hidden; } .display_box { padding:4px; border-top:solid 1px #dedede; font-size:12px; height:30px; } .display_box:hover { background:#3b5998; color:#FFFFFF; } #shade { background-color:#00CCFF; } </style> </head> <body> <div style=" padding:6px; height:23px; background:#3b5998; margin-left:15px; margin-right:15px; background:url(9lessons.png) left no-repeat #3b5998 "> <div style="float:left; width:300px; font-size:12px; font-weight:bold; color:#FFFFFF; margin-left:150px; margin-top:6px"><a href="http://twitter.com/9lessons" style="color:#FFFFFF; text-decoration:none">Twitter</a> <a href="http://www.facebook.com/srinivas.tamada" style="color:#FFFFFF; text-decoration:none">Facebook</a> <a href="http://feeds2.feedburner.com/9lesson" style="color:#FFFFFF; text-decoration:none">Feeds</a></div> </div> </div> <div style=" width:400px; float:left; margin-right:1px" align="right"> <input type="text" class="search" id="searchbox" /><br /> <div id="display"> </div> </body> </html>