Javascript 如何通过谷歌地图获得点击点?

Javascript 如何通过谷歌地图获得点击点?,javascript,google-maps,Javascript,Google Maps,我一直在开发一些应用程序,我需要把谷歌地图放在我的网站上。我使用以下代码制作: <?php echo "<iframe width='425' height='350' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='http://maps.google.ru/maps?hl=ru&amp;ie=UTF8&amp;ll=55.354135,40.297852&amp;sp

我一直在开发一些应用程序,我需要把谷歌地图放在我的网站上。我使用以下代码制作:

<?php
echo "<iframe width='425' height='350' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='http://maps.google.ru/maps?hl=ru&amp;ie=UTF8&amp;ll=55.354135,40.297852&amp;spn=27.388971,86.572266&amp;t=h&amp;z=4&amp;output=embed'></iframe><br /><small><a href='http://maps.google.ru/maps?hl=ru&amp;ie=UTF8&amp;ll=55.354135,40.297852&amp;spn=27.388971,86.572266&amp;t=h&amp;z=4&amp;source=embed' style='color:#0000FF;text-align:left'>Show map increased</a></small>";
echo "<form method='POST'><input type='text' /><input type='submit' /></form>";
?>

您需要学习Javascript。使用。非常接近你想要的