Sample 1 
<object>
<head>
<style>
div#map-container_tuis {
width: 250px;
height: 250px;
}
div#map-container_nsl {
width: 250px;
height: 250px;
}
</style>
<script src="http://secondlife.com/apps/mapapi/" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
function loadmap() {
mapInstance_tuis = new SLMap(document.getElementById('map-container_tuis'));
mapInstance_tuis.centerAndZoomAtSLCoord(new XYPoint(640.5,923.5),1);
mapInstance_tuis = new SLMap(document.getElementById('map-container_nsl'));
mapInstance_tuis.centerAndZoomAtSLCoord(new XYPoint(1016.5,1008.5),1);
}
</script>
</head>
<body onload="loadmap()">
.........................
.........................
.........................
<li> <a href="secondlife://TUIS/159/3/29/">TUIS SIMへテレポート</a>
<div id='map-container_tuis'></div>
<br />
<li> <a href="secondlife://Atis/218/235/24/" target=new>NSL秘密前線基地</a>
<div id='map-container_nsl'></div>
</ul>
</body>
</object>
Counter: 2585,
today: 2,
yesterday: 0
最終更新: 2011-08-09 (火) 16:15:35 (JST) (5213d) by iseki
