Re: Markers from mysql via xml and extinfowindow ajax problem.

2009-06-22 Thread fenacol
Last post, Thanks for all the help. Got everything to work at www.zeelandwijzer.nl/ajaxtest.html All wil be put to work in the future at www.zeelandwijzer.nl/camping.html greatingsErwin On 8 jun, 09:46, Rossko wrote: > > How do i define a ID in the Url. > > mydomain/blah.php?my_param=1

Re: Markers from mysql via xml and extinfowindow ajax problem.

2009-06-08 Thread Rossko
> How do i define a ID in the Url. mydomain/blah.php?my_param=199&my_other_param=banana First you need an ID. You might perhaps add this to your XML output of the markers. Have your XML handling code parse the ID along with the rest of each marker's data, and then use that ID in the marker's c

Re: Markers from mysql via xml and extinfowindow ajax problem.

2009-06-07 Thread fenacol
Changed it so it supply's html. You are writh i would like to send a ID with the Url. How do i define a ID in the Url. Erwin On 7 jun, 21:46, Rossko wrote: > > Athttp://zeelandwijzer.nl/ajaxtest.htmliwould like to ad content > > from a data base withhttp://zeelandwijzer.nl/evenementen.p

Re: Markers from mysql via xml and extinfowindow ajax problem.

2009-06-07 Thread Rossko
> Athttp://zeelandwijzer.nl/ajaxtest.htmli would like to ad content > from a data base withhttp://zeelandwijzer.nl/evenementen.phpwitch > sends a xml file. It does indeed send some XML. It's always the same XML for any marker, because you're not passing any kind of marker ID in the url or anythi

Re: Markers from mysql via xml and extinfowindow ajax problem.

2009-06-07 Thread fenacol
Have it almost together, Last problem (i hope) is the content in the infowindow. At http://zeelandwijzer.nl/ajaxtest3.html i can fill it with a html page. At http://zeelandwijzer.nl/ajaxtest.html i would like to ad content from a data base with http://zeelandwijzer.nl/evenementen.php witch sends

Re: Markers from mysql via xml and extinfowindow ajax problem.

2009-06-07 Thread geocode...@gmail.com
On Jun 6, 8:29 pm, fenacol wrote: > Hello again :-), > > Right now it is 05:10 local time in holland, and allready daylite. > > Have made a barebone pagehttp://zeelandwijzer.nl/ajaxtest2.htmlwith > just a ajax call to a html page. > 2 days ago i tought with the help of you great people and a js e

Re: Markers from mysql via xml and extinfowindow ajax problem.

2009-06-07 Thread Pavel Janíček
Do you still use "createmarker" function when you replace this? Can you post link to static page? So we will be able (maybe :) ) to find out if you did in "static" code something which allows you to show info window? By my humble opinion - map pans itself because info window is open, but not visi

Re: Markers from mysql via xml and extinfowindow ajax problem.

2009-06-06 Thread fenacol
Hello again :-), Right now it is 05:10 local time in holland, and allready daylite. Have made a barebone page http://zeelandwijzer.nl/ajaxtest2.html with just a ajax call to a html page. 2 days ago i tought with the help of you great people and a js error console i was going to solve this proble

Re: Markers from mysql via xml and extinfowindow ajax problem.

2009-06-03 Thread Andrew Leach
On Jun 3, 1:31 pm, fenacol wrote: > > Error console says "plaats" is not defined. > Is this the same issue as with the "map" (local instead of global). > I allready have a php script"evenementen2.php" that wil process > "plaats" plaats is a Javascript variable in the client browser. Just because

Re: Markers from mysql via xml and extinfowindow ajax problem.

2009-06-03 Thread fenacol
Thank you, it worked. But it has brought 2 new problems :-) Error console says "plaats" is not defined. Is this the same issue as with the "map" (local instead of global). I allready have a php script"evenementen2.php" that wil process "plaats" Second problem is, there out to be about 220 marke

Re: Markers from mysql via xml and extinfowindow ajax problem.

2009-06-03 Thread Andrew Leach
On Jun 3, 12:05 pm, fenacol wrote: > > Toucht that de "map" was defined at line 31 It is, but it is defined as local to your "load" function. That means that it can't be referenced outside that function. Once the "load" function has run to completion, the variable no longer exists. (It doesn't d

Re: Markers from mysql via xml and extinfowindow ajax problem.

2009-06-03 Thread fenacol
Sorry forgot new Url: http://www.zeelandwijzer.nl/ajaxtest.html Erwin On 3 jun, 13:05, fenacol wrote: > Thanks so far. > Error console was a great step forward. > > Having one final problem, error console says " map is not defined" > line 88. > Have no idee where to define. > > Toucht t

Re: Markers from mysql via xml and extinfowindow ajax problem.

2009-06-03 Thread fenacol
Thanks so far. Error console was a great step forward. Having one final problem, error console says " map is not defined" line 88. Have no idee where to define. Toucht that de "map" was defined at line 31 Thanks in advance for your help. Erwin On 2 jun, 14:43, Larry wrote: > On Jun 2, 1:3

Re: Markers from mysql via xml and extinfowindow ajax problem.

2009-06-02 Thread Larry
On Jun 2, 1:33 am, fenacol wrote: > Have tried it in several way's. > This one results in a blank page (http://zeelandwijzer.nl/ajax.html > ). It looks like you need to learn to use the Error Console. IE6 tells me: Line 90: Expected '{' 90: GEvent.addListener(marker, 'click', function

Re: Markers from mysql via xml and extinfowindow ajax problem.

2009-06-02 Thread ProbablyMike
I get two errors going to that page: missing ) after argument list http://zeelandwijzer.nl/ajax.html Line 99 load is not defined http://zeelandwijzer.nl/ajax.html Line 1 But the 2nd error is probably due to the 1st. Appears to me as you are missing a { at the end of line 90, and have an extra }

Re: Markers from mysql via xml and extinfowindow ajax problem.

2009-06-02 Thread fenacol
Have tried it in several way's. This one results in a blank page ( http://zeelandwijzer.nl/ajax.html ). I am looking forward to fixing this problem. Erwin On 1 jun, 19:12, "geocode...@gmail.com" wrote: > On Jun 1, 9:07 am, fenacol wrote: > > > > > Hello, > > > I am wat you would call a c

Re: Markers from mysql via xml and extinfowindow ajax problem.

2009-06-01 Thread geocode...@gmail.com
On Jun 1, 9:07 am, fenacol wrote: > Hello, > > I am wat you would call a cut and paste google mapper. > Starting to learn how things react to one and other. > But have stumbled to a problem voor weeks now. > > I have a page (http://www.zeelandwijzer.nl/camping.html) witch has > markers from a mys

Markers from mysql via xml and extinfowindow ajax problem.

2009-06-01 Thread fenacol
Hello, I am wat you would call a cut and paste google mapper. Starting to learn how things react to one and other. But have stumbled to a problem voor weeks now. I have a page (http://www.zeelandwijzer.nl/camping.html) witch has markers from a mysql database via xml. No problem there. But i wou