Ok thank you, I'll do it.

One more thing:
I'm trying to differentiate the popup, depending on variables, like
this:
var type = marks[i].getAttribute("tipo");
var popup = if(type=="A"){"hello A"} else {"hello!"};
but it doesn't work.....
http://pinzerik.altervista.org/map.php

please the last help.....I hope....
thanks a lot lot lot

On 4 Set, 11:11, Rossko <[email protected]> wrote:
> > During code develop my greatest problem is that I cannot check it step
> > by step, during execution.
>
> You need a browser based debugger, such as Firebug, as the javascript
> executes within the browser.
>
> You can do simple things without one, such as inserting
>    alert (somevalue);
> in your code temporarily.
>
> http://www.google.co.uk/search?hl=en&q=debugging+javascript
--~--~---------~--~----~------------~-------~--~----~
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