On Nov 10, 3:11 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> :I wanted to create a map,where it will show a marker,every time I
> click with the mouse on the map,it will  show me a marker at the exact
> point' that the click appeared.
> So I wrote down this file:

> Instead I saw a message below the map:"Error on page".
> Why did it happen, and how can I fix this problem?

One of the reasons the posting guidelines ask for a link is because
code listings get mangled by the Group interface. In this case I
suspect that the use of RTL in Hebrew may have had an effect too. If
what you posted is *really* what you have, it will never work because
the () are in the wrong place and something really odd has happened to
{ and }: compare

()function load
                         }
      }(()if (GBrowserIsCompatible

with the correct

function load()
                         {
      {if (GBrowserIsCompatible())

for example.

Please post a link to your map online.

Andrew
--~--~---------~--~----~------------~-------~--~----~
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