Code:
application("addressLink")
and contains the following existing (variable) address : report/221.pdf (or report/222.pdf ...)
In the main program (ASP)
Code:
<a href="application("addresslink")">ABCDE</a>
shows the contents of the address link : report/221.pdf
and not ABCDE (which calls the contents of the address link)
Thanks for tips.