You can do this: <cfhttp url="myBoard.php" method="GET" resolveurl="false"> </cfhttp> <cfoutput>#cfhttp.fileContent#</cfoutput>
Just keep in mind that the output of the PHP page should consider the fact that it is now placed inline in another document... so no <HTML> or <body> etc. - j jim.curran technical.director nylon.technology 212.691.1134 [EMAIL PROTECTED] -----Original Message----- From: Webmaster [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 1:46 AM To: CF-Talk Subject: Running a PHP file from a frameset inside a CFM file Ok here is what I got, my website is designed as a tab website (tabs at the top). I want one of the tabs to be used for my message board (which is in PHP). When the user clicks on the message board tab, I want the PHP board to load inside that page (so the tabs will still be on the top). So it is basically like a frame opening in the middle of the page. My Tab HTML for this section is called Board.cfm Inside Board.cfm I tried CFINCLUDE TEMPLATE=Templates/Board_Frame.htm (which is a frameset file containing: <frameset rows="10%,*" framespacing="0" frameborder="0"> <frame src="blank.htm" frameborder="0" scrolling="No" noresize marginwidth="0" marginheight="0"> <frame src="Board/index.php" name="M_Board" id="M_Board" frameborder="0" scrolling="Yes" noresize marginwidth="0" marginheight="0"> </frameset> That failed to work. Any suggestions? ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona 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

