On Sep 10, 10:22 am, rona <[EMAIL PROTECTED]> wrote:
> Hi
> i have a linkhttp://www.cairolocator.com/testing1.asp
>
> when i choose from the list in the upper left  (list of Arch Site)..i
> got an error
> line 312
> obeject expected
> Can anyone to help to solve it..this is the code which i get the error
>
[ASP code removed]
That is ASP which is running on the server.  The error is generated on
the client...

importMarkers10() which you call in the onchange handler of the list
is local to the load function.  onclick functions run in the global
context, so you need to move it outside of the load function...

That said, you probably want a function that does more that alert "ss"
when some selects a site.

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