<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi all,<br><br>I followed sometime ago this post:<br><br><a href="https://groups.google.com/forum/#%21topic/geonode-users/_70X3r03Pt4" target="_blank">https://groups.google.com/forum/#!topic/geonode-users/_70X3r03Pt4</a><br><br>on
 displaying a url in a field of the table got from 'getfeatureinfo' 
(i.e. Identify button on GeoExplorer (i.e. Maps function of geonode)).<br>I tested the solution and actually it works, I would add 'statically'.<br>I mean I can run the link to an external document or somehow as the link stored in the field is.<br><br>I wonder if it is possible to build a URL dynamically, and store it in the output table of the getfeatureinfo.<br><br>I try to make an example:<br><br>consider a map with only one point layer, the layer has a simple table of attributes (id, name, url)<br>on identify I get info from a feature and in output table I have id, name and url of course, what I'm asking<br>you is if it is possible to complete the url inserting the value of the identified feature.<br>If I identify a feature with id=300 name=pippo and url=http://my_server_name/srt/chart.php?id=<br>It would be nice to have url completed as follow dinamically<br><a href="http://my_server_name/srt/chart.php?id=300" target="_blank">http://my_server_name/srt/chart.php?id=300</a><br><br>Is that feasible?<br><br>Thank you for any react<br><br>best<br><br>Eugenio                                          </div></body>
</html>