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? ______________________________________________________________________ Get Your Own 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=coldfusionb 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

