You can use CFHTTP to do it. Get the page from your guestbook with <cfhttp url="guestbookurl" method="GET" resolveurl="true"></cfhttp> After that the HTML-page is stored in the variable CFHTTP.fileContent. You can use this variable to display your guestbook. Mayby you will have to strip some tags from the var first (like <html>, <head> section and <body>)
Pascal -----Original Message----- From: Michael Gribbin [mailto:[EMAIL PROTECTED]] Sent: dinsdag 25 december 2001 16:24 To: CF-Talk Subject: OT: alternative to using frames Hi, I have a client that wants to display a guest book on his website. The problem: the client's site is in ColdFusion and the guest book resides on a different, non-ColdFusion server. The design of the site makes it very, very hard to call the guest book into a frame. There is a multi-striped border framing all four sides of the site and the guest book needs to sit in the lower right corner of the page but inside of the border. I would have to have four frames, one on each side of the guestbook, top, bottom, left and right. I would also have to break the striped border in four uplaces and have my doubts that it will do so smoothly. I'm probably going to suggest putting it in a pop window, but wanted to see if there were any other suggestions first. Any ideas would be appreciated. Michael Gribbin ______________________________________________________________________ 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

