From: 7stud -- Date: 2009-07-20T06:59:22+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? On the other hand, if you are trying to incorporate some raw html into a .rhtml page, just read the file and output it: <%= %> # executes the Ruby code and displays the result -- Posted via http://www.ruby-forum.com/.