html - Google map I frame issue -


i have embedded google map using frame; map shows pin point when clicking on address window opened. how set window opened default
http://demo.coregenie.com/walltech/contact-us/

you should @ google's info window displayer; this, can use code infowindow.open(map,marker); automatically open infowindow using

$( document ).ready(function(){     infowindow.open(map,marker); }); 

:)


Comments

Popular posts from this blog

java - Unable to make sub reports with Jasper -

sql - The object name contains more than the maximum number of prefixes. The maximum is 2 -

Java Web Service Soap fault exception client -