I see it there, and it's searchable. Also, in the future, please only post one thread. -Ben
2008/9/18 Kiriakos Stam <[EMAIL PROTECTED]> > Thank you for your quick reply... > > The code that is been generated is... > > <!-- ++Begin Map Search Control Wizard Generated Code++ --> > <!-- > // Created with a Google AJAX Search Wizard > // http://code.google.com/apis/ajaxsearch/wizards.html > --> > > <!-- > // The Following div element will end up holding the map search control. > // You can place this anywhere on your page > --> > <div id="mapsearch"> > <span > style="color:#676767;font-size:11px;margin:10px;padding:4px;">Loading...</span> > </div> > > <!-- Maps Api, Ajax Search Api and Stylesheet > // Note: If you are already using the Maps API then do not include it > again > // If you are already using the AJAX Search API, then do not > include it > // or its stylesheet again > // > // The Key Embedded in the following script tags is designed to work with > // the following site: > // http://www.zeuxidos.gr > --> > <script src="http://maps.google.com/maps?file=api&v=2&key= > ABQIAAAAocApWsMTm--fQKyzLWUXRBRRVOJWx83DjQhQaveLvmWLXS-9ZRQifsS9tIecxkItHPlBKd10Ba_dQQ > " > type="text/javascript"></script> > <script src=" > http://www.google.com/uds/api?file=uds.js&v=1.0&source=uds-msw&key= > ABQIAAAAocApWsMTm--fQKyzLWUXRBRRVOJWx83DjQhQaveLvmWLXS-9ZRQifsS9tIecxkItHPlBKd10Ba_dQQ > " > type="text/javascript"></script> > <style type="text/css"> > @import url("http://www.google.com/uds/css/gsearch.css"); > </style> > > <!-- Map Search Control and Stylesheet --> > <script type="text/javascript"> > window._uds_msw_donotrepair = true; > </script> > <script src=" > http://www.google.com/uds/solutions/mapsearch/gsmapsearch.js?mode=new" > type="text/javascript"></script> > <style type="text/css"> > @import url(" > http://www.google.com/uds/solutions/mapsearch/gsmapsearch.css"); > </style> > > <style type="text/css"> > .gsmsc-mapDiv { > height : 275px; > } > > .gsmsc-idleMapDiv { > height : 275px; > } > > #mapsearch { > width : 365px; > margin: 10px; > padding: 4px; > } > </style> > <script type="text/javascript"> > function LoadMapSearchControl() { > > var options = { > zoomControl : GSmapSearchControl.ZOOM_CONTROL_ENABLE_ALL, > title : "Zeuxidos Meat_ing Place", > url : "http://www.zeuxidos.gr/zeuxidos_location.html", > idleMapZoom : GSmapSearchControl.ACTIVE_MAP_ZOOM, > activeMapZoom : GSmapSearchControl.ACTIVE_MAP_ZOOM > } > > new GSmapSearchControl( > document.getElementById("mapsearch"), > "Ζεύξιδος, Θεσσαλονίκη, Thessaloniki, Greece", > options > ); > > } > // arrange for this function to be called during body.onload > // event processing > GSearch.setOnLoadCallback(LoadMapSearchControl); > </script> > <!-- ++End Map Search Control Wizard Generated Code++ --> > > And im putting it were the Loading... appears on page > http://www.zeuxidos.gr/zeuxidos_location.html > > Once again thank you in advance.. > Kyriakos > > > > --- Στις *Πέμ., 18/09/08, ο/η jgeerdes [AJAX APIs "Guru"] < > [EMAIL PROTECTED]>* έγραψε: > > Από: jgeerdes [AJAX APIs "Guru"] <[EMAIL PROTECTED]> > Θέμα: Re: How to get all search results from AJAX API to a xml string? > Προς: "Google AJAX API" <[email protected]> > Ημερομηνία: Πέμπτη, 18 Σεπτέμβριος 2008, 11:44 > > Could you update the code paste so that we can see what you're doing? > > Jeremy R. Geerdes > Effective website design & development > Des Moines, IA > > For more information or a project quote:http://[EMAIL PROTECTED] > > If you're in the Des Moines, IA, area, check out Debra Heights > Wesleyan Church! > > > > ------------------------------ > Χρησιμοποιείτε Yahoo! > Βαρεθήκατε τα ενοχλητικά μηνύ ματα (spam); Το Yahoo! Mail διαθέτει την > καλύτερη δυνατή προστασία κατά των ενοχλητικών μηνυμάτων > http://login.yahoo.com/config/mail?.intl=gr> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX 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-AJAX-Search-API?hl=en -~----------~----~----~----~------~----~------~--~---
