|
|
|
อยากรู้หลักการในการค้นหาข้อมูลเเบบ thaicreate.com ไม่ค่อบเข้าใจสักเท่าไหร่ |
|
|
|
|
|
|
|
ทำตามขั้นตอนในหน้านี้เลยครับ http://www.google.com/cse/manage/create
แล้วเราก็จะได้โค้ดมาชุดนึงเพื่อนำไปใส่ไว้ในเวบของเรา เช่น
<script>
(function() {
var cx = '008166067138180968747:hhkmlzumczk';
var gcse = document.createElement('script'); gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
|
|
|
|
|
Date :
2013-02-09 23:28:58 |
By :
sakuraei |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มีอีกวิธีครับ สร้างฟอร์มเพื่อรับข้อมูล
<form method="get" name="searchform" action="http://www.google.com/search" target="_blank">
<input type="hidden" name="sitesearch" value="thaicreate.com">
<input type="text" name="as_q" size="20" placeholder="ป้อนข้อมูลที่ต้องการค้นหาที่นี่">
<input type="submit" value="ค้นหาจากกูเกิ้ล" title="Search">
</form>
|
|
|
|
|
Date :
2013-02-09 23:33:09 |
By :
sakuraei |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เพิ่มเติมและปรับเปลี่ยนนิดหน่อยครับ
<script src="http://code.jquery.com/jquery-latest.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
<form method="get" name="searchform">
<input type="text" name="textSearch" id="textSearch" size="20" placeholder="ป้อนข้อมูลที่ต้องการค้นหาที่นี่">
<input type="button" id="submitSearch" value="ค้นหาจากกูเกิ้ล" title="Search">
</form>
<div id="searchingResult"></div>
<script>
$("#submitSearch").click(function(event){
event.preventDefault();
$.get(
"http://www.google.com/search",
{sitesearch:"thaicreate.com",as_q:$("#textSearch").val()} , function(data){
$("div#searchingResult").empty().append(data);
});
});
</script>
|
|
|
|
|
Date :
2013-02-10 20:50:31 |
By :
sakuraei |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมใช้ Google Custom Search ของ Google ครับ
|
|
|
|
|
Date :
2013-02-11 05:41:27 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|