<!DOCTYPE html "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>Google Maps JavaScript API Example</title> <script src="http://maps.google.com/maps?file=api&v=2&key=abcdefg&sensor=true_or_false" type="text/javascript"></script> <script type="text/javascript"> var map; var markerPoint; var newHouse = new GIcon(G_DEFAULT_ICON); newHouse.iconSize = new GSize(35,35); //newHouse.image = "gmap/images/house.png"; //newHouse.transparent = "pin_trans.png"; newHouse.image = "http://www.mptsupply.com/image/icon.png"; newHouse.shadow = "http://www.google.com/mapfiles/shadow50.png"; function initialize() { if (GBrowserIsCompatible()) { map = new GMap2(document.getElementById("map_canvas")); map.setCenter(new GLatLng(37.4419, -122.1419), 13); map.setUIToDefault(); markerPoint = new GMarker(map.getCenter(), {draggable: true,icon:newHouse}); map.addOverlay(markerPoint); } } </script> </head> <body onload="initialize()" onunload="GUnload()"> <div id="map_canvas" style="width: 500px; height: 300px"></div> </body> </html>
function getDocument() { var center = map.getCenter(); document.getElementById("lat").innerHTML = " <INPUT TYPE='text' NAME='PILLAR_LAG' id='PILLAR_LAG' value='"+center.lat().toFixed(5)+"' size='10' class='input_t_e_nmain' readonly><BR><label id='msg_pillar_lat_dt' name='msg_pillar_lat_dt'></label>"; document.getElementById("lng").innerHTML = " <INPUT TYPE='text' NAME='PILLAR_LOG' id='PILLAR_LOG' value='"+center.lng().toFixed(5)+"' size='10' class='input_t_e_nmain' readonly><BR><label id='msg_pillar_lng_dt' name='msg_pillar_lng_dt'></label>"; var lats = center.lng().toFixed(5); var lngs = center.lng().toFixed(5); }
<table> <tr> <td width="40%" height="30" align="right"> <label class="text1">ละดิจูด :</label> </td> <td width="55%" align="left"> <div id="lat" name="lat"> <input type="text" name="PILLAR_LAG" id="PILLAR_LAG" class="input_t_e_nmain" MAXLENGTH="5" readonly> </div> </td> <td width="5%"><label id="msg_pillar_lat" name="msg_pillar_lat"></td> </tr> <tr> <td width="40%" height="30" align="right"> <label class="text1">ลองติจูด :</label> </td> <td width="55%" align="left"> <div id="lng" name="lng"> <input type="text" name="PILLAR_LOG" id="PILLAR_LOG" class="input_t_e_nmain" MAXLENGTH="5" readonly> </div> </td> <td width="5%"><label id="msg_pillar_lng" name="msg_pillar_lng"></td> </tr> </table>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง