/ Forums / Advansys Formativ / Creating Solutions with Formativ / Formativ Portals and frames / Reply To: Formativ Portals and frames
Use the Document property of the Portal object. This is the same Document object exposed by the Internet Explorer browser to scripting languages like JavaScript and VBScript. The reference for this object model is at HTML and DHTML Reference.
As for obtaining the HTML for a specific FRAME, I have not done this. In fact, this is not a Formativ issue, rather it involves programming with the HTML document object model (DOM). I would look at Working with Windows, Frames and Dialog Boxes, especially the frames(i).document property (where i is the index of the relevant frame in the web page frames collection).
Advansys Support