Hello,
I'm trying to show a generated link inside my popup.
My popup up should show a Integer result from a PL/SQL database function.
At the moment I can't get a link inside the popup so my popup text looks like this:
File Number: xyz
And the users have to copy this number to download the file.
http://example.com/download/file_nr=xyz
But I won't to give them a generated link which will be shown inside the popup.
I tried to insert something like this inside the popup text variable.
popupText= " <af:link text="Click here" destination="http://example.com/download/file_nr="+file_nr+"" targetFrame="_blank"/> to download the file";
But it doesn't work. In JDeveloper 12c.
Can anybody help me?
Thanks,
DestinatioN