> Hello there,

Howdy

> We have upgraded our template toolkit to version 2.09, perl 
> v5.6.1. Now I am having trouble rendering a page with frames. 
> What seems to work 
> without a problem with TT v1.07, perl 5.005_03 built for 
> i386-linux now 
> shows html source in the later version. Here is the html source:
> 
> <HTML>
>          <FRAMESET COLS="17,*" BORDER=1>
>                  <FRAME src="/filmPO?method=toolbar&job=[% job %]">
>                  <FRAMESET ROWS="100,*" ID="MyFrame">
>                          <FRAME src="/filmPO?method=get_rolls&new=1" 
> NAME="DetailArea">
>                  </FRAMESET>
>          </FRAMESET>
> </HTML>
> 
> Any ideas what could be going wrong?

One idea perhaps...
        Sounds like it has a 'text/plain; content type header instead of 'text/html'.
        Could that be happening in your script somehow?

HTH

Dan

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to