hi,
I've been trying to add in a url into the following code,(see below) where by the already exisit URL is followed by a unique reference number. This unique reference number 'UPRN' is also contained within the layer.
content+="<tr><td>"+layerResults.features.attributes['UPRN']+"<a href='URL=['UPRN']'>(show)</a></td>";
What i'm struggling with is working out how to add the URL with the 'UPRN' field.
Any ideas?