Implement google Maps with multiple markers in VBCS
Content
Hi ,
I am trying to add google maps with multiple markers in VBCS.
Am trying to add the script tag in Design page But page is not getting loaded. It is showing the warning message as script tag can be ignored in run time.
I am trying to add the below code but getting only blank page while running the application.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Google Maps Multiple Markers</title>
<script src="http://maps.google.com/maps/api/js?sensor=false"
type="text/javascript"></script>
</head>
<body>
<div id="map"
Tagged:
0