function fGoodsSearch() { // if( document.fsrc.area.value != "" && document.fsrc.srch.value != "" ) { document.fsrc.action = "https://www.aurora-pro.com/" + document.fsrc.area.value + "/list.html"; document.fsrc.submit(); } return false; } function fGoodsMonthlyItemList(area) { if( area != "" && document.fmon.date.value != "" ) { document.fmon.action = "https://www.aurora-pro.com/" + area + "/-/list/p/type=91/date=" + document.fmon.date.value + "/"; document.fmon.submit(); } return false; }