The refresh variable and the demos which are all static (even the google results page is still static, if dynamically generated once). I'm trying to wrap a webmail service, which has turned out to be fairly difficult.
ok i get it. seems that you need a wrapper, or a product that emulates that check out the zope cgi product http://www.my-zope.org/ProductsRating/20020105032448 or look at amphora light (a zope product) google for it, cant remember the url i think it does run cgi
I've gotten it to work perfectly using a simple frameset in index_html, but this has all the annoyances of framesets and breaks if I try to include any DTML.
The ExternalMethod with geturl() works well for grabbing static sites and does allow DTML, but fails with the webmail (TWIG).
Just looking at a KebasData addForm, it doesn't look like it will work for webmail; I'll try it for things like webalizer and mrtg though.
a wrapper product is much more involved, methinks. hope you find a solution.