Yes,
I have used it for an all-in-one report page that has multiple
IFRAMEs...side note: this is only for our intranet, and we all use IE 5.5 so
its works great and looks cool.
dsp_mainReports.cfm (IFRAME tags on this page calls another display page
through the
"getMilestone" fuse...)
------------snip--------------------------
....
<iframe name=miniwin
style="border:0px solid E4E4E4"
width=315
height=250
scrolling=yes
src="index.cfm?fuseaction=getMilestones">
</iframe>
....
------------snip--------------------------
dsp_milestones.cfm (this is the page called within the IFRAME tag)
------------snip--------------------------
....
....
<cfloop query="getMilestoneinfo">
<tr>
<!--- incrementing number here - display_order --->
<td width="10" bgcolor="#request.bgcolor_white#"
valign="top" class="navybodytext">
#display_order#.
</td>
<td width="200" bgcolor="#request.bgcolor_white#"
valign="top" class="navybodytext">
#left(description,30)#
</td>
<cfif get_milestoneinfo.date_completed eq ''>
<td width="35" bgcolor="#request.bgcolor_white#"
valign="top" class="navybodytext">
#dateformat(date_forecast, "MM/DD/YYYY")#
</td>
<cfelse>
<td width="35" bgcolor="#request.bgcolor_white#"
valign="top" class="greentitle">
#dateformat(date_completed, "MM/DD/YYYY")#
</td>
</cfif>
</tr>
</cfloop>
....
....
------------snip--------------------------
Greg Z
-----Original Message-----
From: Daniel J O'Keefe [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 11, 2001 6:54 AM
To: Fusebox
Subject: <IFRAME>
Has anyone ever used IFrame for IE browsers in conjunction with the fusebox
methodology?
Dan
------------------------------------------
Dan O'Keefe
TriPoint Technologies
[EMAIL PROTECTED]
954.575.0097 office
954.675.3115 cell
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/fusebox@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists