Hello, How can I put the search result into a frame? I create the search interface with the zsearchinterface, it have the searchform and reportpage generated. I intended to put the reportpage into a frame, I have modified the searchform page's action to point to the frameset instead of directly point to reportpage. I think that the form data were lost when the frame page load the reportpage, I got an Key Error with the following traceback Traceback (innermost last): File C:\Program Files\WebSite\lib\python\ZPublisher\Publish.py, line 214, in publish_module File C:\Program Files\WebSite\lib\python\ZPublisher\Publish.py, line 179, in publish File C:\Program Files\WebSite\lib\python\Zope\__init__.py, line 202, in zpublisher_exception_hook (Object: ElementWithAttributes) File C:\Program Files\WebSite\lib\python\ZPublisher\Publish.py, line 165, in publish File C:\Program Files\WebSite\lib\python\ZPublisher\mapply.py, line 160, in mapply (Object: r) File C:\Program Files\WebSite\lib\python\ZPublisher\Publish.py, line 102, in call_object (Object: r) File C:\Program Files\WebSite\lib\python\OFS\DTMLMethod.py, line 150, in __call__ (Object: r) File C:\Program Files\WebSite\lib\python\DocumentTemplate\DT_String.py, line 502, in __call__ (Object: r) File C:\Program Files\WebSite\lib\python\DocumentTemplate\DT_In.py, line 611, in renderwb (Object: nameauth) KeyError: (see above) How can I put the result into a frame? Rgs, Kent Sin --------------------------------- kentsin.weblogs.com kentsin.imeme.net