Page Not Found (2024)

" // ตรวจสอบว่าไม่ได้อยู่ที่หน้าแรก if (CurrentPage > 1) { ResulthtmlPage += "

  • ก่อนหน้า
  • "; } var pagesToShow = 10; // จำนวนหน้าที่ต้องการแสดง var startPage = Math.max(1, CurrentPage - Math.floor(pagesToShow / 2)); var endPage = Math.min(numberOfPages, startPage + pagesToShow - 1); for (var j = startPage; j <= endPage; j++) { if (j == CurrentPage) { ResulthtmlPage += "

  • " + j + "
  • "; } else { ResulthtmlPage += "

  • " + j + "
  • "; } } // ตรวจสอบว่าไม่ได้อยู่ที่หน้าสุดท้าย if (CurrentPage < numberOfPages) { ResulthtmlPage += "

  • ถัดไป
  • "; } ResulthtmlPage += "" $("#divSearchPageResult").html(ResulthtmlPage); $("#searchItems").html(allItems); } }, error: function (data) { //console.log("error Predicsearch =>" + JSON.stringify(data)); } }); } } function SearchPage(type, pid) { var S_searchtext = $('input#txtSearch').val(); //console.log(pid); if (type != "") { var getlocation = window.location.origin + window.location.pathname; //console.log(getlocation); if (S_searchtext != false) { var SS_page = 1; if (pid != "") { SS_page = pid; } //url = getlocation + "?searchtext=" + S_searchtext + "&page=" + SS_page; //console.log(url); //window.location.href = url; var Obj = { searchText: S_searchtext, page: SS_page }; CallAgjaxSearch("Textsearch", Obj); } } } var getUrlParameter = function getUrlParameter(sParam) { var sPageURL = window.location.search.substring(1), sURLVariables = sPageURL.split('&'), sParameterName, i; for (i = 0; i < sURLVariables.length; i++) { sParameterName = sURLVariables[i].split('='); if (sParameterName[0] === sParam) { return sParameterName[1] === undefined ? true : decodeURIComponent(sParameterName[1]); } } return false; };

    Use and Management of Cookies

    We use cookies and other similar technologies on our website to enhance your browsing experience. For more information, please visit our Cookies Notice.

    Accept

    Sorry, we cannot find

    the page you are looking for!

    Back to home

    Page Not Found (2024)
    Top Articles
    Latest Posts
    Article information

    Author: Prof. Nancy Dach

    Last Updated:

    Views: 5674

    Rating: 4.7 / 5 (57 voted)

    Reviews: 88% of readers found this page helpful

    Author information

    Name: Prof. Nancy Dach

    Birthday: 1993-08-23

    Address: 569 Waelchi Ports, South Blainebury, LA 11589

    Phone: +9958996486049

    Job: Sales Manager

    Hobby: Web surfing, Scuba diving, Mountaineering, Writing, Sailing, Dance, Blacksmithing

    Introduction: My name is Prof. Nancy Dach, I am a lively, joyous, courageous, lovely, tender, charming, open person who loves writing and wants to share my knowledge and understanding with you.