Autore Messaggio
14-04-2008, 13:25
Messaggio: #1 (permalink)
n3dv3d
Niubbo
*
Registrato: Apr 2008
Messaggi: 3
Reputazione:

RE: Domanda sulle Google Maps API


ho risolto...ecco come ho modificato il codice,magari a qualcuno puo tornare utile...





Quota:
// The info window version with the "to here" form open

map.openInfoWindowHtml(point,to_htmls[i] = html + '<br><b>Come Raggiungerci:</b> ' +

'<br>Indirizzo di Partenza:<form action="http://maps.google.com/maps" method="get" target="_blank">' +

'<input type="text" SIZE=40 MAXLENGTH=40 name="saddr" id="saddr" value="" /><br>' +

'<INPUT value="Calcola Percorso" TYPE="SUBMIT">' +

'<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() +

// "(" + name + ")" +

'"/>');


trova tutti i messaggi dell'autore Quota questo messaggio nella risposta