Clarification on ways of displaying content in Pages

Clarification on ways of displaying content in Pages

I want to check my understanding of the use of pages.

Can someone confirm I have this right, or correct my misunderstanding, please?

To display Zoho data in a "page, there are three ways:

1. Use a "div" statement

2. Use an iframe

- With the URL explicitly included
- With the URL generated by a call to OpenURL 

3. Embed fields explicitly within the page

Am I right in thinking that, when using a "div", you cannot perform any filtering on what gets displayed. For example, if I want to display a single record using a Summary view, I cannot do that using a div statement.

Instead, I have to generate an appropriate URL of the required View with parameters that filter for a single record, and then display that within at iframe.

Is that right?

Alex