On Nov 12, 1:49 am, borzoi <[EMAIL PROTECTED]> wrote:
> Hello everybody and thank for your answers.
> In order....
>
> > What version are you using?
>
> Opera 9.62 for Windows, last released version.
I am using Opera 9.52

>
> > Please post a link to the page that you are having issues
>
> http://www.arbea.basilicata.it/index.php?option=com_content&task=view...
No map.  But these work for me:
http://www.geocodezip.com/v2_earthquake.asp
http://www.geocodezip.com/gmu_uav1.asp
http://www.geocodezip.com/v2_activeVolcanos.asp
http://www.geocodezip.com/example_geo2.asp?apiv=x
(a selection of maps I had open in Opera that work for me)

And the Opera Error console is reporting a javascript error:

JavaScript - 
http://www.arbea.basilicata.it/index.php?option=com_content&task=view&id=27&Itemid=64
Inline script thread
Error:
name: TypeError
message: Statement on line 290: Cannot convert undefined or null to
Object

Deep inside the API code.
You are using the geocoder to geocode a static point, that shouldn't
cause problems, but is not ideal.  If that place isn't going to move,
geocode it once and use the resulting coordinates to locate the
marker.

You have your script executing inline before the DOM is defined so I
wouldn't expect it to display correctly in IE (it doesn't).

  -- Larry

>
> > If you've got an incompatible browser, try typing
> >         Javascript:alert(GBrowserIsCompatible)
> > into its address bar to see what the code looks like.
>
> It does return nothing.
> If in my address bar I type a trivial Javascript:alert('foo'), it does
> return a window with 'foo' text.
> But, it's to say, all compatible browsers returns nothing too! (I
> tried with FF 3.0.3, IE 7, Safari 3.1.2, and Google Chrome also).
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to