[mapserver-users] Re: [Geomoose-developers] aJAX

2009-12-07 Thread Brent Fraser
Actually they are not identical (there's an extra ) in getRunquery. And there could be other syntax problems... Jay Kapalczynski wrote: I am trying to write some ajax here to run a query. I simplified this down so that no query is happening, rather just getting all the pages to work

[mapserver-users] RE: [Geomoose-developers] aJAX

2009-12-07 Thread Jay Kapalczynski
Brent and Stephen. thank for the extra set of eyes...that was it...there were actually a couple things wrong I thank you for pointing me in the right direction. I did a copy and paste, like I should have done before, and changed the functions name and it works Thank you both for your

[mapserver-users] RE: [Geomoose-developers] aJAX

2009-12-07 Thread Jay Kapalczynski
One last syntax question When I call the ajax page to send the values to: getRunquery('parcellinktest.php','121190012','S') Whats the syntax to replace the '121190012' with a variable? I tried this: getRunquery('parcellinktest.php', .'varaible'. ,'S') thanks again

[mapserver-users] RE: [Geomoose-developers] aJAX

2009-12-07 Thread Jay Kapalczynski
NEVER MIND GOT IT.just took the ' ' off. getRunquery('parcellinktest.php',varaible,'S') From: Jay Kapalczynski Sent: Monday, December 07, 2009 2:31 PM To: 'Brent Fraser' Cc: 'geomoose-develop...@lists.sourceforge.net'; 'mapserver-users@lists.osgeo.org' Subject: RE: