Chinaunix首页 | 论坛 | 博客
  • 博客访问: 249812
  • 博文数量: 27
  • 博客积分: 2010
  • 博客等级: 大尉
  • 技术积分: 1675
  • 用 户 组: 普通用户
  • 注册时间: 2005-05-19 20:43
文章分类
文章存档

2008年(27)

我的朋友

分类: 系统运维

2008-06-11 12:41:34


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "">
<html xmlns="">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <title>Here we go</title>
    <script src=""
      type="text/javascript"></script>
    <script type="text/javascript">
    function load() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
        map.setCenter(new GLatLng(37.4419, -122.1419), 13);
      }
    }
    </script>
  </head>
  <body onload="load()" onunload="GUnload()">
    <div id="map" style="width: 600px; height: 600px"></div>
  </body>
</html>

阅读(388) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~