From: 7stud -- Date: 2009-07-20T06:54:29+09:00 Subject: Re: external html page include Sam Ginko wrote: > I would like to include an external html page into a .rhtml document. I > know you can do it with iframes but that is not what I want. Does ruby > have an include tag for that? Who cares what ruby has? The generated page is html. If you can't do it with the available html tags, e.g. frames or iframes, then ruby isn't going to magically be able to help you. It sounds like you are trying to get ruby to enter into a conspiracy with you to steal content. -- Posted via http://www.ruby-forum.com/.