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
map.asp
Upload User: mtjhgs
Upload Date: 2021-12-08
Package Size: 3755k
Code Size: 2k
Category:
WEB(ASP,PHP,...)
Development Platform:
HTML/CSS
- <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
- <!--#include file="../Include/Const.asp" -->
- <!--#include file="../Include/ConnSiteData.asp" -->
- <!--#include file="../Include/NoHackSql.Asp" -->
- <%
- Call SiteInfo
- %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title><% =Seotitle %>-<% =SiteTitle %></title>
- <meta name="keywords" content="<% =Keywords %>" />
- <meta name="description" content="<% =Descriptions %>" />
- <link href="images/style.css" rel="stylesheet" type="text/css" />
- <script language="javascript" src=" http://api.51ditu.com/js/maps.js " ></script>
- <script language="javascript" src="http://api.51ditu.com/js/ezmarker.js"></script>
- <div style='position:absolute;bottom:640px;padding:2px;text-align:center;height:16px;width:210px;background-color: #006699;z-index:1000;font-size:12px; overflow: hidden'><font color=#FFFFFF><%= ComName%>(加减符号扩大缩小地图)</font></div>
- <div id="myMap" style="position:relative; width:212px; height:220px;"></div>
- <script language="javascript">
- var maps = new LTMaps( "myMap" );
- var icon = new LTIcon();
- var point = new LTPoint(<%=Emap%>)
- maps.centerAndZoom (point ,3);
- var marker1 = new LTMarker( new LTPoint(<%=Emap%>) , icon );
- maps.addOverLay( marker1 );
- var text = new LTMapText( point );
- text.setLabel( "<div style='padding:6px'>我们公司的位置</div>" );
- maps.addOverLay( text );
- maps.handleKeyboard(); //键盘操作支持
- maps.handleMouseScroll();//鼠标滚轮支持
- var control1 = new LTSmallMapControl();//标准缩放控件
- maps.addControl( control1 );
- </script>