| Server IP : 27.254.66.5 / Your IP : 216.73.217.39 Web Server : Apache/2 System : Linux cs82.hostneverdie.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 User : technic2 ( 1951) PHP Version : 7.4.30 Disable Function : apache_child_terminate, apache_setenv, define_syslog_variables, escapeshellarg, escapeshellcmd,exec, fp, fput, highlight_file, ini_alter, ini_restore, inject_code, passthru,phpAds_remoteInfo, phpAds_XmlRpc,phpAds_xmlrpcDecode, phpAds_xmlrpcEncode, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid,posix_setuid, posix_setuid, posix_uname,proc_open,proc_close, proc_get_status, proc_nice, proc_terminate, shell_exec, syslog, system, xmlrpc_entity_decode, show_source,sleep,pcntl_exec,virtual,suexec,dbmopen,dl,symlink,disk_free_space,diskfreespace,leak MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/technic2/domains/technicrayong.ac.th/utai/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<title>อาชีวศึกษาจังหวัดระยอง</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body{
font-family: 'Sarabun';
}
a{
text-decoration: none;
font-family: 'Sarabun';
font-size: 22px;
color:brown;
}
#map {
height: 100%;
}
html {
height: 100%;
margin: 0;
padding: 0;
text-align: center;
}
#map {
height: 600px;
width: 100%;
}
</style>
</head>
<body>
<button style="background-color:black">
<a href="">
<h1 style="color:red">เดินทางไปยังที่ตั้ง</h1>
</a>
</button>
<div id="map"></div>
<script>
var locations = [
['<a href="https://goo.gl/maps/CKkafKijZniLKu4M8" target=_blank><b>วิทยาลัยเทคนิคระยอง</b></a><br><img src="img/rytc.jpg" height=200px;>', 12.6668799, 101.2698286,'วิทยาลัยเทคนิคระยอง'],
['<a href="https://goo.gl/maps/tS123a9EJ4VDMtNU6" target=_blank><b>วิทยาลัยเทคนิคบ้านค่าย</b></a><br><img src="img/bktc.jpg" height=200px;>', 12.8230205, 101.2149273,'วิทยาลัยเทคนิคบ้านค่าย'],
['วิทยาลัยเทคนิคมาบตาพุด', 12.7901962, 101.1189443,'วิทยาลัยเทคนิคมาบตาพุด'],
['วิทยาลัยเทคนิคนิคมอุตสาหกรรมระยอง',12.7432819, 101.1199138,'วิทยาลัยเทคนิคนิคมอุตสาหกรรมระยอง'],
['วิทยาลัยการอาชีพแกลง',12.8414755,101.6138899,'วิทยาลัยการอาชีพแกลง'],
['วิทยาลัยเทคโนโลยีไออาร์พีซี',12.6683584,101.3141369,'วิทยาลัยเทคโนโลยีไออาร์พีซี'],
['วิทยาลัยอาชีวศึกษาโปลีเทคนิคระยอง',12.6623542,101.3110705,'วิทยาลัยอาชีวศึกษาโปลีเทคนิคระยอง'],
['วิทยาลัยเทคโนโลยีระยองบริหารธุรกิจ',12.6901286,101.2762337,'วิทยาลัยเทคโนโลยีระยองบริหารธุรกิจ'],
['วิทยาลัยเทคโนโลยีพัฒนเวช ระยอง',12.7126638,100.9988139,'วิทยาลัยเทคโนโลยีพัฒนเวช ระยอง'],
['วิทยาลัยเทคโนโลยีอักษรบริหารธุรกิจ',12.7281551,101.0589949,'วิทยาลัยเทคโนโลยีอักษรบริหารธุรกิจ'],
['วิทยาลัยเทคโนโลยีอาเซียนบริหารธุรกิจ',12.7680619,101.6408233,'วิทยาลัยเทคโนโลยีอาเซียนบริหารธุรกิจ']
];
function initMap() {
var mapOptions = {
center: {lat: 12.7539812, lng: 101.2698286},
zoom: 10.5,
}
var maps = new google.maps.Map(document.getElementById("map"),mapOptions);
var marker, i, info;
for (i = 0; i < locations.length; i++) {
marker = new google.maps.Marker({
position: new google.maps.LatLng(locations[i][1], locations[i][2]),
map: maps,
title: locations[i][3]
});
info = new google.maps.InfoWindow();
google.maps.event.addListener(marker, 'click', (function(marker, i) {
return function() {
info.setContent(locations[i][0]);
info.open(maps, marker);
}
})(marker, i));
}
}
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB41DRUbKWJHPxaFjMAwdrzWzbVKartNGg&callback=initMap&v=weekly"
defer></script>
</body>
</html>
<button style="background-color: black;">
<a href="">
<h1 style="color: red;">เดินทางไปยังที่ตั้ง</h1>
</a>
</button>