검색이 안되는 오류 수정

This commit is contained in:
leejunho 2025-05-27 10:58:08 +09:00
parent fad70e3bd8
commit 33de1b2707
46 changed files with 0 additions and 256 deletions

View File

@ -54,11 +54,6 @@ function linkPage(pageNo){
******************************************************** */
function fnSearch(){
var listForm = document.listForm ;
<c:if test="${!empty loginId}">
if(""!= listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
listForm.submit();
}
/* ********************************************************

View File

@ -35,11 +35,6 @@ function linkPage(pageNo){
* 조회 처리
******************************************************** */
function fnSearch(){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}
/* ********************************************************

View File

@ -159,11 +159,6 @@ function linkPage(pageNo){
function fn_search(){
var searchKeyword = $('input[name=searchKeyword]').val();
$('input[name=searchKeyword]').val(searchKeyword.replace(/(\s*)/g, ""));
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}
function fnViewCheck(){

View File

@ -111,11 +111,6 @@ function linkPage(pageNo){
}
function fn_search(){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -41,11 +41,6 @@ function linkPage(pageNo){
document.frm.pageIndex.value = pageNo;
document.frm.method = "get";
document.frm.action = "<c:url value='/cop/bbs/SelectBBSMasterInfs.do'/>";
<c:if test="${!empty loginId}">
if(""!= document.frm.searchWrd.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
document.frm.submit();
}

View File

@ -125,11 +125,6 @@ function fncBannerListDelete() {
}
function linkPage(pageNo){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
var listForm = document.listForm ;
listForm.pageIndex.value = pageNo ;

View File

@ -113,12 +113,6 @@ function linkPage(pageNo){
function fn_search(){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}
function fnViewCheck(){

View File

@ -111,12 +111,6 @@ function linkPage(pageNo){
}
function fn_search(){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -121,11 +121,6 @@ function linkPage(pageNo){
function fn_search(){
var searchKeyword = $('input[name=searchKeyword]').val();
$('input[name=searchKeyword]').val(searchKeyword.replace(/(\s*)/g, ""));
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -130,11 +130,6 @@ function linkPage(pageNo){
function fn_search(){
var searchKeyword = $('input[name=searchKeyword]').val();
$('input[name=searchKeyword]').val(searchKeyword.replace(/(\s*)/g, ""));
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -106,11 +106,6 @@ function linkPage(pageNo){
function fn_search(){
var searchKeyword = $('input[name=searchKeyword]').val();
$('input[name=searchKeyword]').val(searchKeyword.replace(/(\s*)/g, ""));
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -69,11 +69,6 @@ function fncManageChecked() {
function fncSelectAuthorList(){
var listForm = document.listForm ;
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage('1');
}

View File

@ -72,11 +72,6 @@ function fncManageChecked() {
}
function fncSelectRoleList(pageNo){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -55,11 +55,6 @@ String.prototype.replaceAll = function(src, repl){
}
function fn_select(pageNo){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -44,11 +44,6 @@ String.prototype.replaceAll = function(src, repl){
}
function fn_select(pageNo){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -52,11 +52,6 @@ String.prototype.replaceAll = function(src, repl){
}
function fn_select(pageNo){
<c:if test="${!empty loginId}">
if(""!= document.frm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -55,13 +55,6 @@ String.prototype.replaceAll = function(src, repl){
}
function fn_search(){
/*
<c:if test="${!empty loginId}">
if(""!= document.frm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
*/
var frm = document.frm;
frm.sMonth.value='';
frm.sDay.value='';
@ -69,13 +62,6 @@ function fn_search(){
}
function fn_select_month(p_month){
/*
<c:if test="${!empty loginId}">
if(""!= document.frm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
*/
var frm = document.frm;
frm.sMonth.value=p_month;
@ -85,13 +71,6 @@ function fn_select_month(p_month){
}
function fn_select_day(p_day){
/*
<c:if test="${!empty loginId}">
if(""!= document.frm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
*/
var frm = document.frm;
//frm.sMonth.value=p_month;

View File

@ -52,11 +52,6 @@ String.prototype.replaceAll = function(src, repl){
}
function fn_search(){
<c:if test="${!empty loginId}">
if(""!= document.frm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -33,11 +33,6 @@ function linkPage(pageNo){ //페이징 처리 함수
}
function selectMenuCreatManageList() { //조회 처리 함수
<c:if test="${!empty loginId}">
if(""!= document.menuCreatManageForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1) ;
}

View File

@ -68,11 +68,6 @@ $(document).ready(function(){
});
function fn_select(pageNo){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -94,11 +94,6 @@ function fncManageChecked() {
}
function fncSelectLoginPolicyList(pageNo){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -91,11 +91,6 @@ function fncManageChecked() {
}
function fncSelectLoginPolicyList(pageNo){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -67,11 +67,6 @@ function fn_delete(){
/* 검색 */
function fn_search(){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -67,11 +67,6 @@ function fn_delete(){
/* 검색 */
function fn_search(){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -60,11 +60,6 @@ function doDep3(event){
}
function linkPage(pageNo){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
var listForm = document.listForm ;
listForm.pageIndex.value = pageNo ;

View File

@ -69,11 +69,6 @@ function doDep3(event){
}
function linkPage(pageNo){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
var listForm = document.listForm ;
listForm.pageIndex.value = pageNo ;

View File

@ -34,11 +34,6 @@
<script type="text/javaScript" language="javascript">
function fn_search(){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -34,11 +34,6 @@
<script type="text/javaScript" language="javascript">
function fn_search(){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -55,11 +55,6 @@ function fn_delete(){
/* 검색 */
function fn_search(){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -54,11 +54,6 @@ function fn_delete(){
}
function linkPage(pageNo){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
var listForm = document.listForm ;
listForm.pageIndex.value = pageNo ;
listForm.action = "<c:url value='/uss/ion/cnf/metaTagList.do'/>";

View File

@ -56,11 +56,6 @@ function fn_delete(){
/* 검색 */
function fn_search(){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -41,11 +41,6 @@ function fn_delete(){
}
function linkPage(pageNo){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
var listForm = document.listForm ;
listForm.pageIndex.value = pageNo ;

View File

@ -55,11 +55,6 @@ function fn_delete(){
}
function linkPage(pageNo){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
var listForm = document.listForm ;
listForm.pageIndex.value = pageNo ;

View File

@ -79,11 +79,6 @@ function fn_delete(){
/* 검색 */
function fn_search(){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -74,11 +74,6 @@ function fn_delete(){
function fn_search(){
var searchKeyword = $('input[name=searchKeyword]').val();
$('input[name=searchKeyword]').val(searchKeyword.replace(/(\s*)/g, ""));
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -57,11 +57,6 @@ function fncManageChecked() {
}
function fncSelectCntList(){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -67,11 +67,6 @@ function fn_delete(){
/* 검색 */
function fn_search(){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -67,11 +67,6 @@ function fn_delete(){
/* 검색 */
function fn_search(){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -33,11 +33,6 @@
<script type="text/javaScript" language="javascript">
function fn_search(){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -59,11 +59,6 @@ function fn_egov_detail_PopupManage(popupId){
* 검색 함수
******************************************************** */
function fn_egov_search_PopupManage(){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}
/* ********************************************************

View File

@ -50,11 +50,6 @@ function doDep3(event){
}
function linkPage(pageNo){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
var listForm = document.listForm ;
listForm.pageIndex.value = pageNo ;

View File

@ -106,11 +106,6 @@ $(window).load(function() {
});
function linkPage(pageNo){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
var listForm = document.listForm ;
listForm.pageIndex.value = pageNo ;

View File

@ -106,11 +106,6 @@ $(window).load(function() {
});
function linkPage(pageNo){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
var listForm = document.listForm ;
listForm.pageIndex.value = pageNo ;

View File

@ -94,11 +94,6 @@ function fncManageChecked() {
}
function fncSelectLoginPolicyList(pageNo){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -76,11 +76,6 @@ function fn_egov_delete_QustnrManage(qestnrId){
* 검색 함수
******************************************************** */
function fn_egov_search_QustnrManage(){
<c:if test="${!empty loginId}">
if(""!= document.listForm.searchKeyword.value){
updateRecentSearch();//최근검색어 등록
}
</c:if>
linkPage(1);
}

View File

@ -39,16 +39,3 @@ $(document).ready(function(){
});
}
});
function updateRecentSearch(){
/*$.ajax({
url :"/uat/uia/RecentSearchUpdateAjax.do"
,type:"post"
,data:{"searchWord": $('.recentSearch').val()}
,dataType:"json"
,success:function(data){
}
,error: function(){
}
});*/
}