cfwindowにグーグルマップを表示したいのですが。cfwindowを作成し、ソースをGoogleマップを含むURLに設定しました。マップの下にあるhtmlフォームは表示されますが、実際のマップは表示されません。なぜこれが起こっているのですか、それを修正するために何ができますか?
コードを参照してください:
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<script type="text/javascript"
src="http://maps.google.com/maps/api/js?sensor=false">
</head>
<body>
<cfwindow name="w1" title="Location" initShow=true x=10 y=10 width="700" height="450" source="url to map">
</cfwindow>
</body>