On Wed, Jan 20, 2010 at 10:03 AM, Chris Thomet <[email protected]> wrote:

> it's working now. i have forgotten to add xmlns="http://www.w3.org/
> 1999/xhtml <http://www.w3.org/%0A1999/xhtml>" in the html element
>

I'd also strongly recommend setting the character set to UTF-8 for anything
that's Lift-related.


>
>
> On Jan 20, 5:38 pm, Chris Thomet <[email protected]> wrote:
> > Thank you Tim! The doctype is now ok.
> >
> > Unfortunately, my frameset is still not working.
> > By using the code below, Chrome and Firefox are only displaying the
> > title 'Foo'. It works with IE8.
> > Actually it's only not working if the frameset-page is processed by
> > the lift framework. If I open that document directly with Chrome or
> > Firefox, it works fine.
> >
> > I can't figure out the problem. It's really strange...
> >
> > ----------------------------
> > fs.html
> > ----------------------------
> > <html>
> > <head>
> >   <title>Foo</title>
> >   <meta http-equiv="Content-Type" content="text/html;
> > charset=ISO-8859-1" />
> > </head>
> > <frameset rows="50%,50%">
> >   <frame src="http://www.google.ch"; name="f1" />
> >   <frame src="http://www.google.ch"; name="f2" />
> > </frameset>
> > </html>
> >
> > ----------------------------
> > fs.html processed by lift
> > ----------------------------
> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "
> http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd";>
> > <html>
> > <head>
> >   <title>Foo</title>
> >   <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-
> > Type" />
> > </head>
> > <frameset rows="50%,50%">
> >   <frame name="f1" src="http://www.google.ch";></frame>
> >   <frame name="f2" src="http://www.google.ch";></frame>
> > </frameset>
> > </html>
> >
> > On Jan 20, 3:57 pm, Timothy Perrett <[email protected]> wrote:
> >
> >
> >
> > >http://blog.getintheloop.eu/2008/10/1/explictially-setting-applicatio.
> ..
> >
> > > Cheers, Tim
> >
> > > On Jan 20, 10:38 am, Chris Thomet <[email protected]> wrote:
> >
> > > > Hi
> >
> > > > For one page on my website I need frames. How can I change from
> > > > doctype 'transitional' to 'frameset'?
> >
> > > > Thank you!
> > > > Chris
>
> --
> You received this message because you are subscribed to the Google Groups
> "Lift" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<liftweb%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/liftweb?hl=en.
>
>
>
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics
--
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.

Reply via email to