try this:
Edit the equivalent of the DetailView.html file you are using and add something like this to somewhere appropriate:
Code:
<tr>
<td colspan="2" class="tabDetailViewDF">
<iframe src="pathto/test.pdf" class="tabDetailViewDFLink" name="pdfaccept" width="100%" height="600"></iframe>
</td>
</tr>
This works in Internet Explorer but the acrobat plugin for firefox seems to be a bit flakey when opened in an iframe.
All you'll need to do is set up a variable to pass to the code to represent pathto/test.pdf. If the filename is stored as a custom field - you could just refer to it as any custom field is referred to in the studio edited html files.
Bookmarks