Index: base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovBBSMasterList.jsp
===================================================================
--- base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovBBSMasterList.jsp (revision 27)
+++ base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovBBSMasterList.jsp (revision 28)
@@ -31,6 +31,11 @@
fn_egov_init();
});
+function fn_egov_init(){
+ // 첫 입력란에 포커스..
+ document.BBSMasterForm.searchCondition.focus();
+}
+
/*********************************************************
* 페이징 처리 함수
******************************************************** */
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?