Hello, This my web page <a href="Googlelocal.aspx?q=Manipalhospital Bangalore" target="_blank">Map</ a> when i click map link automatically map should be dispaly Particular Address..
this is my googlelocal.aspx page code i am using in my application plz check it <title>GooGle Map Page</title> <script src="http://maps.google.com/maps?file=api&v=2&key=ABCD" type ="text/javascript"></script> <script src= http://www.google.com/uds/api?file=uds.js&v=1.0&source=uds-msw&key=ABCD type ="text/javascript"></script> <script type="text/javascript" language ="Javascript" src ="gsmapsearch.js"></script><style type="text/css">@import url( http://www.google.com/uds/css/gsearch.css);@import url( http://www.google.com/uds/solutions/mapsearch/gsmapsearch.css);.gsmsc-mapDiv{ height : 300px;}.gsmsc-idleMapDiv {height : 300px;}#mapsearch {width : 600px ;margin: 10px;padding: 4px;}</style> <script type="text/javascript"> function LoadMapSearchControl() { var options = {zoomControl : GSmapSearchControl.ZOOM_CONTROL_ENABLE_ALL} new GSmapSearchControl(document.getElementById("mapsearch"), "India,Bangalore",options); } GSearch.setOnLoadCallback(LoadMapSearchControl); </script> </head> <body > <div id="mapsearch"></div> </body> Plz help me i am waiting your reply...... On Mon, Oct 27, 2008 at 3:48 AM, Mike Williams <[EMAIL PROTECTED]>wrote: > > Does this help? > > http://econym.org.uk/gmap/linktothis.htm > > -- > http://econym.org.uk/gmap > The Blackpool Community Church Javascript Team > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
