<html><head>
		<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
		<script type="text/javascript">
			function calcDirectionsByAddress_Opt() {
				parent.frames['WebResource_mileageDistanceCostCalculation_'].contentDocument.getElementById('bn_calcdir').click();
			}
			
			function calcDirectionsByGeoCodes_Opt() {
				parent.frames['WebResource_mileageDistanceCostCalculation_'].contentDocument.getElementById('bn_geo_calcdir').click();
			}
		</script>
	<meta></head>
  <body>
	<div>
		<button type="button" onclick="calcDirectionsByAddress_Opt()" style="background-color: #0071bc; border-color:#0062a3; color:#fff; border-radius:4px;" id="bn_opt_calcdir">
			Calculate mileage from address
		</button>
		<button type="button" onclick="calcDirectionsByGeoCodes_Opt()" style="background-color: #0013bc; border-color:#0062a3; color:#fff; border-radius:4px;" id="bn_opt_geo_calcdir">
			Calculate mileage from geo codes
		</button>
	</div>
  



</body></html>