123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <!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" lang="en" xml:lang="en">
-
- <head>
- <title>经纬度转换DEMO</title>
- <meta name="google" value="notranslate" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <style type="text/css" media="screen">
- html, body { height:100%; }
- body { margin:0; padding:0; overflow:auto; text-align:center;
- background-color: #cccccc; }
- object:focus { outline:none; }
- #flashContent { display:none; }
- </style>
-
-
-
- <link rel="stylesheet" type="text/css" href="history/history.css" />
- <script type="text/javascript" src="history/history.js"></script>
-
-
- <script type="text/javascript" src="swfobject.js"></script>
- <script type="text/javascript">
-
- var swfVersionStr = "11.6.0";
-
- var xiSwfUrlStr = "playerProductInstall.swf";
- var flashvars = {};
- var params = {};
- params.quality = "high";
- params.bgcolor = "#cccccc";
- params.allowscriptaccess = "sameDomain";
- params.allowfullscreen = "true";
- var attributes = {};
- attributes.id = "LonLatToXY";
- attributes.name = "LonLatToXY";
- attributes.align = "middle";
- swfobject.embedSWF(
- "LonLatToXY.swf", "flashContent",
- "100%", "100%",
- swfVersionStr, xiSwfUrlStr,
- flashvars, params, attributes);
-
- swfobject.createCSS("#flashContent", "display:block;text-align:left;");
- </script>
- </head>
- <body>
-
- <div id="flashContent">
- <p>
- To view this page ensure that Adobe Flash Player version
- 11.6.0 or greater is installed.
- </p>
- <script type="text/javascript">
- var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://");
- document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='"
- + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" );
- </script>
- </div>
-
- <noscript>
- <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="LonLatToXY">
- <param name="movie" value="LonLatToXY.swf" />
- <param name="quality" value="high" />
- <param name="bgcolor" value="#cccccc" />
- <param name="allowScriptAccess" value="sameDomain" />
- <param name="allowFullScreen" value="true" />
-
- <object type="application/x-shockwave-flash" data="LonLatToXY.swf" width="100%" height="100%">
- <param name="quality" value="high" />
- <param name="bgcolor" value="#cccccc" />
- <param name="allowScriptAccess" value="sameDomain" />
- <param name="allowFullScreen" value="true" />
-
-
- <p>
- Either scripts and active content are not permitted to run or Adobe Flash Player version
- 11.6.0 or greater is not installed.
- </p>
-
- <a href="http://www.adobe.com/go/getflashplayer">
- <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
- </a>
-
- </object>
-
- </object>
- </noscript>
- </body>
- </html>
|