iPageIndex=Math.round (lblPostsCount/6); >document.form1.PageCtl1_select.options[iPageIndex-1].selected="true"; getActivityList(iPageIndex); } else //이전 페이지, 다음 페이지 { iPageIndex=iPageIndex 페이지; if(iPageIndex< =0) //첫 번째 페이지인 경우 이전 페이지를 클릭하거나 첫 번째 페이지에서 유지하세요. iPageIndex=1 else if(iPageIndex> Math.round (lblPostsCount/6))//다음 페이지에 머무르려면 마지막 페이지에서 다음 페이지를 클릭하세요. iPageIndex=Math.round (lblPostsCount/6) else { document.form1.PageCtl1_select.options[iPageIndex-1 ].selected="true"; getActivityList(iPageIndex);//통화 목록 } } }
function getActivityCount() //레코드 수 가져오기 { var value=['strWhere'] var value=new Array(1) value[0]=" iStatus=2 및 iPublic=5"; newRequest("getActivityCount",variable,value,getAllActivityCountShow); beginRequest(); } function getAllActivityCountShow() { var xmlhttp=xmlHttpRequest; var str=xmlhttp.responseText ; 드롭다운 상자의 값과 텍스트를 표시합니다. for(i=1;i{ var option=document.createElement("option" ); option.value=i; option.text=i; document.form1.PageCtl1_select.options.add( 옵션) } }