On Wed, 20 Jun 2007 21:54:28 -0700, Atika Sultan <[EMAIL PROTECTED]> wrote:

Can i some how activate multiple URL's which i retrieved from ODBC data source against one feature point... i want to open all of the URLs in different windows...i have no problem working with one URL . it works perfectly fine with Ctr-click but rest of the them are visible in the properties pane but they don't work.

You could make the link URLs in the properties pane into clickable links if you can edit the values in the database. Just add the link code to each value in the field. For example, instead of storing "http://server/page"; store the values as <a href="http://server/page"; target="_blank">http://server/page</a>. This would probably be easiest to do by creating a view, now that MapGuide OS supports views in ODBC connections.

That is the approach we used for <URL: http://demos2.calcad.com/RABA/ >.

--
James Card
209-578-5580
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to