This topic is locked

Embeding iframe in View page

12/7/2007 5:36:46 AM
ASPRunnerPro General questions
D
dyd author

Hello,
Could you please give me suggestions on how to embed an iframe in a View page. My project involves -

  1. A table which has one field that contains a link such as -

    <iframe width="500" height="400" frameborder="0" scrolling="no" src="http://sheet.zoho.com/publish.do?docurl=8v%2BvWFRVkLYaPU8a2FCmeg%3D%3D&name=iT6VyptJ8QfqTH0iTxFFJQ%3D%3D">; </iframe>
  2. Therefore, every record in the table is associated with an Excel Sheet which is hosted at Zoho.com. Zoho gives a unique snippet for every sheet such as the one above
  3. From the list page for the table, if I click of "View" for any record, I would like the View page to execute the snippet and display the frame at the bottom of the page.
    Thanks in advance for your suggestions.

S
stealthwifi 12/7/2007

All you have to do is find the location on your page you would like the html code to go and put the cursor there, go to the Tools Menu select Insert HTML and insert your html code.
You can also go to teh HTML view of your page and insert the html code where you would like to there.
I tested the code you posted on a demo account and it appears to work fine.