Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
BsFootMenu.js
Package: qiyeguanli.rar [view]
Upload User: ahxunteng
Upload Date: 2022-05-16
Package Size: 1606k
Code Size: 2k
Category:
WEB(ASP,PHP,...)
Development Platform:
VBScript
- //底部的中文菜单
- function CnFootMenu(){
- document.write ('<DIV align="center">');
- document.write ('<TABLE cellPadding=0 cellSpacing=0 class="FootMenu">');
- document.write ('<TR>');
- document.write ('<TD class="FootMenu_Td">');
- document.write ('<DIV align=center');
- document.write ('> | <a href="index.asp" class="bottom">首 页</a');
- document.write ('> | <a href="CoProfile.asp?Action=Profile" class="bottom">企业介绍</a');
- document.write ('> | <a href="Product.asp" class="bottom">产品介绍</a');
- document.write ('> | <a href="Server.asp" class="bottom">服务支持</a');
- //document.write ('> | <a href="#" class="bottom" LANGUAGE="javascript" onclick="Copyright()">版权声明</a');
- document.write ('> | <a href="../admin/" target="_blank" class="bottom">管理进入</a');
- document.write ('> | </DIV>');
- document.write ('</TD>');
- document.write ('</TR>');
- document.write ('</TABLE>');
- document.write ('</DIV>');
- }
- //底部的英文菜单
- function EnFootMenu(){
- document.write ('<DIV align="center">');
- document.write ('<TABLE cellPadding=0 cellSpacing=0 class="FootMenu">');
- document.write ('<TR>');
- document.write ('<TD class="FootMenu_Td">');
- document.write ('<DIV align=center');
- document.write ('> | <a href="index.asp" class="bottom">Home</a');
- document.write ('> | <a href="En_CoProfile.asp?Action=Profile" class="bottom">Enterprise introduction</a');
- document.write ('> | <a href="En_Product.asp" class="bottom">Product introduction</a');
- document.write ('> | <a href="En_Server.asp" class="bottom">Service support</a');
- //document.write ('> | <a href="#" target="_blank" class="bottom">Copyright statement</a');
- document.write ('> | <a href="../admin/" target="_blank" class="bottom">Website manage</a');
- document.write ('> | </DIV>');
- document.write ('</TD>');
- document.write ('</TR>');
- document.write ('</TABLE>');
- document.write ('</DIV>');
- }
- function Copyright()
- {
- var arr = showModalDialog("Copyright.asp", "", "dialogWidth:680px; dialogHeight:500px; status:0");
- }