Correction to my previous post:
> Try changing this line in myclick()
> ajaxUrl: "/evenementen2.php?q="+dorp,
> to
> ajaxUrl: "/evenementen2.php?q="+html[i],
>
That should be:
ajaxUrl: "/evenementen2.php?q="+htmls[i],
's' added to html[i] = htmls[i]
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---