[Cartoweb-dev] Passing variable to flash and external php pages
Oliver Christen
oliver.christen at camptocamp.com
Thu Nov 29 06:39:10 EST 2007
Hi
you have to use javascript to open a new window.
the usual way is to make a plugin that would return some code to the page which will then trigger a javascript action which will open a new window.
for sharing data with an external page you can easily either pass the data via parameters in the url of the opened page, or store them in $_SESSION in your plugin and recover them in the external php script.
im sure there are other way to do, this is only the more common ideas
regards
Oliver
----- Original Message -----
From: simbarashe mavesera
To: cartoweb-dev at lists.maptools.org
Sent: Wednesday, November 28, 2007 6:40 PM
Subject: [Cartoweb-dev] Passing variable to flash and external php pages
Hi
I am not exactly an expert at php but I would like the user to select features and when the result is returned by cartoweb, to pass the values for the Object IDs etc for selected features to a php script outside cartoweb in a separate page or to a flash swf file on a separate page. I need to allow the user to interact to with geodatabase entires relating to a particular feature outside the bounds of cartoweb, allowing more flexibility with regard to how data is displayed and using related non spatial database data.
Your assistance would be greatly appreciated.
------------------------------------------------------------------------------
_______________________________________________
Cartoweb-dev mailing list
Cartoweb-dev at lists.maptools.org
http://lists.maptools.org/mailman/listinfo/cartoweb-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/cartoweb-dev/attachments/20071129/754d43c6/attachment.html
More information about the Cartoweb-dev
mailing list