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 <timo...@getintheloop.eu> wrote:
> http://blog.getintheloop.eu/2008/10/1/explictially-setting-applicatio...
>
> Cheers, Tim
>
> On Jan 20, 10:38 am, Chris Thomet <ch.tho...@gmail.com> 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 lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.


Reply via email to