Render image in html-view on a view-perma page

Render image in html-view on a view-perma page

Dear ZOHO,

I'm trying to display rendered images on a HTML-view page. I display this page via a view-perma view (example: https://creator.zoho.com/sdraaijer/qdst-nl-dive-conv-support/view-perma/Print_page?MAIN_TOPIC=Cellen ..)

I try to diplay the image with the following code:

<img src='http://creator.zoho.com/DownloadFile.do?filepath=/<%=r.UPLOAD_IMAGE%>&sharedBy=<%=zoho.adminuser%>&appLinkName=<%=zoho.appname%>&viewLinkName=Questions'/><br></td></tr>

Now the difficult bit for me is the viewLinkName option in this code. Why did the zc team make this viewLinkName so obligatory for display purposes. It makes coding diffult. And what am I supposed to enter at the viewLinkName option:

1
The display name for this view (in my case  Test in print format)

or

2
The link name for this view (in my case  Print_page)

3
And what if this page is embedded in an iframe that is called from a 3rd view such as for example:  https://creator.zoho.com/sdraaijer/qdst-nl-dive-conv-support/#View:Test_Assembly1 (on that page I call an external HTML page with three frames. In those frames I load page  https://creator.zoho.com/sdraaijer/qdst-nl-dive-conv-support/view-perma/Print_page?MAIN_TOPIC=Cellen ..)

Any help is appreciated.

Silvester