I have done it with an iframe...

in webskins\dmLink, create a new display tempate and put in the following:

<!--- @@displayname: External Site --->

<cfmodule 
template="/farcry/#application.applicationname#/webskin/includes/yourHeader.cfm"
pageTitle="#stObj.title#">

<cfoutput>
                        <table width="100%" height="368px" cellspacing="0" 
cellpadding="0">
                                <tr>
                                        <td width="100%" valign="top" 
style="padding: 10px 10px 10px 10px;">
                                        <iframe src="#stObj.link#" width="100%" 
height="500px"
marginwidth="0" marginheight="0" align="left"
frameborder="0"></iframe>
                                        </td>
                                </tr>
                        </table>
</cfoutput>
<cfmodule 
template="/farcry/#application.applicationname#/webskin/includes/yourFooter.cfm">

<cfsetting enablecfoutputonly="no">


On Thu, 20 Jan 2005 00:54:46 +1100, ERahe <[EMAIL PROTECTED]> wrote:
> Hello,
> instead of displaying a link in another window, I would like to display it
> in the same window, but only in the middle content, while having a
> lefthand column and a right hand column. Can anybody help?
> Elisabeth
> 
> ---
> You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
>

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to