And is there a way to check if GBrowserCompatible is valid?

When I am not using google maps I don't load the Google maps script.
However this code is always present.

Thank You,
Miguel

On Jan 12, 8:13 pm, Nathan Klatt <n8kl...@gmail.com> wrote:
> Like so?
>
> if (GBrowserIsCompatible()) {
>    var gmapsUrl = "/Google/Map";
>    if ($("#Place").val())
>       gmapsUrl += "/"+$("#Place").val();
>    $.getJSON(gmapsUrl, Initialise);
>
> }
>
>

Reply via email to