> Because all the code is there already. Only the map doesn't
> show up.

Which browser?  I do get a series of maps in FF2 offering choices for
'rottum'.

In IE your 'confirm' stops the browser before it has finished
rendering the map.  You could allow the map to be created and rendered
before calling confirm, or you could use some other yes/no selection
method ... like the didyoumean example does.

Your method of creating a new map object for every choice is a bit
suspect ; better to re-use the same map by repositioning.  Probably
quicker rendering as well.

There is an error on page unload, because you still have GUnload in
use (this is not part of v3)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to