Hi Jason I have no idea on how to do this.
What I want is to pass the Feature ID (fid) to my localhost map web server running as http://localhost/maps. If I execute http://localhost/maps/searchng.php?fid=1, I get the correct information on my screen. The web screen is html and php. So I need to be able to pass the fid to my connection sting. I have tried this but seems not to be working. Concat ( "http://localhost/maps/searching.php?" , FeatId ) Regards Andre -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Birch Sent: Tuesday, June 17, 2008 5:38 PM To: MapGuide Users Mail List Subject: RE: [mapguide-users] mapguide intergration Andre, I think you can do this by concatenating some constant text (the URL) with an attribute value (the town name) in the link. I have no idea how this will work with your framed setup though. It may be better to have the link trigger a javascript function (I haven't experimented with this) that does something in the parent frame. Jason -----Original Message----- From: Andre Schoonbee Subject: [mapguide-users] mapguide intergration I have a php driven web based system and also a towns map running on MGOS. By using the "URL link", on Maestro or on Autodesk Mapguide studio, I want to pass the town name from the map to the other web system. The map will be running within an iframe in the system. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users __________ Information from ESET Smart Security, version of virus signature database 3194 (20080617) __________ The message was checked by ESET Smart Security. http://www.eset.com No virus found in this incoming message. Checked by AVG. Version: 7.5.524 / Virus Database: 270.3.0/1505 - Release Date: 16-Jun-08 7:20 AM No virus found in this outgoing message. Checked by AVG. Version: 7.5.524 / Virus Database: 270.4.7 - Release Date: 08-Jul-08 12:00 AM _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
