function OnLoad() {
new CSEOverlay("001009778949889820789:eagtzpqwxoq",
document.getElementById("searchbox_001009778949889820789:eagtzpqwxoq"),
document.getElementById("results_001009778949889820789:eagtzpqwxoq"));
}
GSearch.setOnLoadCallback(OnLoad);
全部類別
僅此類別
上傳檔案
function check_page(theForm) {
if ( ! theForm.keyword.value) {
alert("請輸入查詢條件");
return (false);
}
}