|
or, to be more specific:
// before - does not work
//mapURL = "http://www.mapquest.de/cgi-bin/ia_find?link=btwn%2Ftwn-map_results&random=789&event=find_search&uid=&SNVData=&address=&city=&country=Germany&Find+Map.x=43&Find+Map.y=12&Find+Map=MAP+IT%21&Zip=";
// after - seems to work in march 2006
mapURL = "http://www.mapquest.de/mq/maps/mapAddress.do?pageId=address&resultId=&mapIndex=&directionToIndex=&directionFromIndex=®ion=EU&clearAct=&searchType=first&cboAirport=Airport+Bremen&cboRecentSearches=N&addressCookies=null&cboCountry=DE&txtAddress=&txtCity=&btnGetMap=Karte+zeigen&langIndex=de&txtPostcode=";
|