how can i create page without <body /> element

I want a page with frameset, so this page should not include <body /> element.

How can i do it?

I have remove the content in my view/site/index.php and "body" tag in view/layout/main.php

but it still render the body element :( I would like to know, why? Is there a parameter to set it to do not render the body?

Use Render Partial for the content you want to display in frame

but i want to render the page with frameset, not content in frame.

I tested to remove <body> from main.php and it never show up in view source…

are you sure you’re calling the protected/views/layout/ and not themes/views/layout???

i have try the rendpatial again, and works. thank you .

i have add the code to my blog:

http://blog.anyurl.de/index.php/post/6/wie+kann+man+bei+Yii+Framework+eine+Seite+mit+Frameset+bauen