I think it will be something like


<html>
<head>
<title></title>

</head>

<frameset rows=45,*>
        <frame src="menu.cfm">
        
        <cfif isDefined("url.frameSRC">
                <cfoutput>
                        <frame src=#file-choosen-by-user.cfm#>
                </cfoutput>
        </cfif>
</frameset>
</html>

I'm confused on how to pass it? 

<a href="template.cfm?myframeSRC=file-choosen-by-user.cfm">



Gilbert Midonnet
BrokerTec USA, LLC
(201) 209-7843




----------------------------------------------------------------------------
---------------------------------------------------- 
This message is for the named person's use only. It may contain
confidential, proprietary or legally 
privileged information. No confidentiality or privilege is waived or lost by
any mistransmission. If 
you receive this message in error, please immediately delete it and all
copies of it from your 
system, destroy any hard copies of it and notify the sender. You must not,
directly or indirectly, 
use, disclose, distribute, print, or copy any part of this message if you
are not the intended 
recipient. 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to