Scott,

I've just been experimenting with something like that. You might want to try
something similar to what's below, with something on your form page that
would tell the next page to be a frameset. This is very rough, as I've just
started working with it.

<cfif isDefined("attributes.fuseaction")>
     <cfparam name="attributes.fuseaction" default="frametest">
     <cfset variables.defaultQstring = "?" & cgi.QUERY_STRING>
    <cfparam name="variables.querystring"
default="#variables.defaultQstring#">
     
     <HTML>
     <HEAD>
     <TITLE></TITLE>
     <META http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
     <LINK rel="stylesheet" href="" type="text/css">
     </HEAD>
     <cfoutput><!--- #variables.querystring# --->
     <FRAMESET rows="152,*" frameborder="NO" border="0" framespacing="0"> 
       <FRAME src="top.htm"  
                        name="topNav" 
                        noresize 
                        frameborder="No" 
                        marginheight="0" 
                        marginwidth="0" 
                        scrolling="No">         
       <FRAME src="content.cfm#variables.querystring#" 
              name="Content" 
                        frameborder="No" 
                        marginheight="0" 
                        marginwidth="0" 
                        scrolling="YES">
     </cfoutput>
     
     </FRAMESET>
     <NOFRAMES><BODY bgcolor="#FFFFFF" text="#000000">
     <cfinclude template="content.cfm">
     </BODY></NOFRAMES>
     </HTML>
<cfelse>
     <cfinclude template="homepage.htm">
</cfif>


hth,
larry

--
Larry C. Lyons
ColdFusion/Web Developer
Certified Advanced ColdFusion 5 Developer
EBStor.com
8870 Rixlew Lane, Suite 204
Manassas, Virginia 20109-3795
tel:   (703) 393-7930
fax:   (703) 393-2659
Web:   http://www.ebstor.com
email: [EMAIL PROTECTED]
Chaos, panic, and disorder - my work here is done.
--

> -----Original Message-----
> From: Scott Raley [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 29, 2002 11:58 AM
> To: CF-Community
> Subject: RE: Form to Frames
> 
> 
> the form itself is not in a frame set.  The form results 
> generate a report, so I
> need the action page to open in a new window with a 
> stationary frame at the top
> for the header and the bottom will be the actual results.
> 
> 
> 
> 
> 
> Larry Lyons <[EMAIL PROTECTED]> on 07/29/2002 12:01:42 PM
> 
> Please respond to [EMAIL PROTECTED]
> 
> To:   CF-Community <[EMAIL PROTECTED]>
> cc:    (bcc: Scott Raley/LPEC/ASD/SEMCORINC)
> 
> Subject:  RE: Form to Frames
> 
> 
> 
> not what?
> 
> larry
> 
> --
> Larry C. Lyons
> ColdFusion/Web Developer
> Certified Advanced ColdFusion 5 Developer
> EBStor.com
> 8870 Rixlew Lane, Suite 204
> Manassas, Virginia 20109-3795
> tel:   (703) 393-7930
> fax:   (703) 393-2659
> Web:   http://www.ebstor.com
> email: [EMAIL PROTECTED]
> Chaos, panic, and disorder - my work here is done.
> --
> 
> > -----Original Message-----
> > From: Scott Raley [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, July 29, 2002 11:51 AM
> > To: CF-Community
> > Subject: RE: Form to Frames
> >
> >
> > No its not.
> >
> >
> >
> 
> 
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to