Chamber of Commerce organization source code template system includes information management, news management, advertising management, system management and other functions v3.9


1. Detailed introduction

XYCMS chamber of commerce organization source code template system is a chamber of commerce website source code developed with asp+access, including information management, news management, advertisement management, system management and other functions.
XYCMS chamber of commerce organization source code template system function brief:
chamber of commerce/association information management: including basic information management, adding and other operations chamber
of commerce/association news center management: manage news information content, manage related classifications, add or delete
member enterprises management: for member enterprises Content management, publishing the latest content information of member companies.
Elite entrepreneur management: management of elite entrepreneur content, which can be added, modified, and deleted in the background.
Recruitment information management: publish some recruitment information, etc.
Web page advertisement management: including some picture advertisement management. Generate JS calls.
Other information management: view the administrator login record, you can modify the operation
system information management
system settings: set the basic information related to the system, such as website name, enterprise information and other basic information. Can manage whether to close the website
LOGO/image image Management: Homepage LOGO management
Security management: View relevant violation operation records, query attack IP address, automatically block IP, manage SQL information
Security settings: Set some security filtering information as required
Homepage menu management: Yes Add, delete menu information, open the window, whether to display, whether it is the header navigation or the bottom navigation bar
Administrator management: for super administrator information management, you can add, delete, modify and other operations

Background path: admin/index.asp
Username, password: admin by default

XYCMS chamber of commerce organization source code template system update log:
1. Correction of pagination parameter problem
2. Fix Firefox browser error prompt

2. Effect display

1. Part of the code

The code is as follows (example):

		<script>
        //使用div时,请保证colee_left2与colee_left1是在同一行上.
		var speed=30//速度数值越大速度越慢
        var colee_left2=document.getElementById("colee_left2");
        var colee_left1=document.getElementById("colee_left1");
        var colee_left=document.getElementById("colee_left");
            colee_left2.innerHTML=colee_left1.innerHTML
	    function Marquee3(){
    
    
          if(colee_left2.offsetWidth-colee_left.scrollLeft<=0)//offsetWidth 是对象的可见宽度
             colee_left.scrollLeft-=colee_left1.offsetWidth//scrollWidth 是对象的实际内容的宽,不包边线宽度
          else{
    
    
             colee_left.scrollLeft++
               }
             }
          var MyMar3=setInterval(Marquee3,speed)
              colee_left.onmouseover=function() {
    
    clearInterval(MyMar3)}
              colee_left.onmouseout=function() {
    
    MyMar3=setInterval(Marquee3,speed)}
      </script>

2. Rendering display

Please add a picture description


3. Download learning materials

Lanzoul: https://qumaw.lanzoul.com/ioZpg0jm84ze

Guess you like

Origin blog.csdn.net/m0_57941469/article/details/128479116