ok -- here's a good one -- at least for a CF newbie :-)

I want to link from a gateway (non-framed) to a frameset using
a webreference hierarchical menu.

The problem requires creating the frameset dynamically.


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

</head>

<frameset rows=45,*>
        <frame src="menu.cfm">
        <frame src="file-choosen-by-user.cfm">
</frameset>
</html>


TIA

gilbert midonnet


----------------------------------------------------------------------------
---------------------------------------------------- 
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