How To Create an Embedded View for WEB that is READ ONLY?

I have an embedded view that is being used to display some documents on the browser. I DON’T want users to double click on the documents and open them. How do I stop users from opening the documents from web? They are only allowed to view the documents.

Thanks

Subject: RE: How To Create an Embedded View for WEB that is READ ONLY???

Display the view contents as HTML.

An easier way that I’m not sure will work: create a new column with formula “”, enable “show values in this column as links” (in the column properties, advanced tab) and hide that column.