" as "function onCheckPage(){if(isNaN(beginPage )){}" and save it."/> " as "function onCheckPage(){if(isNaN(beginPage )){}" and save it.">
search
HomeCMS TutorialDEDECMSHow to jump to the specified paging code by entering numbers on the Dreamweaver list page

How to jump to the specified paging code by entering numbers on the Dreamweaver list page

#How to jump to the specified paging code by entering numbers on the Dreamweaver list page?

Enter the number on the DEDECMS list page to jump to the specified paging code

Recommended learning: DEDECMS

Edit and open the list page Template, the default path is

Insert the following code between

, you can also make JS calls.
<script type="text/javascript">// <![CDATA[ 
function onCheckPage(){ 
var beginPage = parseInt(document.beginPagefrm.beginPage.value); 
if(isNaN(beginPage)){ 
alert("请输入数字!"); 
return false; 
} 
if(beginPage <= 0 ) { beginPage = 1; } if(beginPage > 100){ 
beginPage = 100; 
} 
if(beginPage > 1 ) { 
document.beginPagefrm.action = "list_{dede:field name=&#39;typeid&#39;/}_" + beginPage + ".html"; 
} else { 
document.beginPagefrm.action = "{dede:type typeid=’0′ row=1}[field:typelink /]{/dede:type}"; 
} 
return true; 
} 
</script>

The following is the paging code of the list page. It replaces the original paging code. It has been tested and effective. You can adjust the specific display style yourself.

<div class="dede_pages"> 
<ul class="pagelist"> 
<form name="beginPagefrm" method=post action="" onsubmit="return onCheckPage()"> 
{dede:pagelist listitem="index,end,pre,next,pageno" listsize="5"/}直接到第<input size=4 
name="beginPage" value="">页<input type="submit" name="Submit" value="前住"> 
</form> 
</ul> 
</div>

The above is the detailed content of How to jump to the specified paging code by entering numbers on the Dreamweaver list page. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment