> i'm studing about firebug ;) ---but for the moment--- where i have to put
> these alerts? on the errors that you tell me on the prev message?

alerts are pop up boxes that you can put in your code to tell you the
value of a variable - for example, if lat were a number, you could put
this in your code:
alert(lat);

and it would tell you what number it was

they're also useful for telling you what your code is doing, for
example if you are using if/else statements - you could put this at
the start of a function:
alert("trying Google Gears");

and if it popped up, you would know that that function had fired.

anyway. if this is all you're going to do, you might not need to know
any of that. While you're doing your browser testing, you should see
if this page works, too: http://www.xelawho.com/map/client.htm

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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