On 7/4/01 6:41 AM, "Carme Vilarroig" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I'm new using Turbine and I'm trying to use frames but I don't know how to use
> them, maybe there's a parameter to change in TurbineResources.properties or
> maybe there's a special way to use them...
> 
> First I'd tried to write code in a screen template but it didn't work, then
> I'd tried to make a layout template with the frameset code below:

Which layout module are you using? You have to use VelocityOnlyLayout
if you want to use frames. There are messages pertaining to this in
the mail archives.
 
> <html>
> <head>
> <title>Alta/Baja usuarios</title>
> </head>
> <frameset rows="220,300" cols="*" frameborder="NO" border="0"
> framespacing="0">
> 
> 
> <frame src="$link.setPage("Page1.vm")" scrolling="NO" frameborder="NO"
> noresize name="Superior" marginwidth="0" marginheight="0">
> <frame src="$link.setPage("Page2.vm")"  name="inferior" scrolling="AUTO"
> noresize frameborder="NO" marginheight="0" marginwidth="0">
> 
> </frameset>
> <noframes> 
> <body bgcolor="#FFFFFF" text="#000000">
> </body>
> </noframes> 
> </html>
> 
> but it still doesn't work. I need some help.
> 
> Thanks in advance
> 
> Carme Vilarroig
> 
> 

-- 

jvz.

Jason van Zyl

http://tambora.zenplex.org
http://jakarta.apache.org/turbine
http://jakarta.apache.org/velocity
http://jakarta.apache.org/alexandria
http://jakarta.apache.org/commons



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to