function check_tag_search_form(frm){ if(frm.this_tag.value == ''){ alert("請輸入欲查詢的關鍵字"); frm.this_tag.focus(); return false; } } document.write('