代码应用(嵌入显示)
使用说明:第一步,用DreamWeaver或者其他网页编辑工具,把鼠标放在您想插入的位置,然后切换到代码窗口。第二步,a. 将下边这段代码复制到某网页的<head>和</head>之间。height, width等参数可以根据需要自行调整。
iframe src="http://www.xinmap.com.cn/map/jsp/Map/Map_preshow.jsp?username=123654" name="pic" width="660" marginwidth="0" height="500" marginheight="0" scrolling="No" frameborder="0" id="pic"></iframe
代码应用(直接掸出显示)
使用说明:第一步,用DreamWeaver或者其他网页编辑工具,把鼠标放在您想插入的位置,然后切换到代码窗口。第二步,a. 将下边这段代码复制到某网页的<head>和</head>之间。height, width等参数可以根据需要自行调整.
<script> window.open ("http://www.xinmap.com.cn/map/jsp/Map/Map_preshow.jsp?username=123654", "map", "height=420, width=660, top=0, left=0, "+ "toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no"); </script>