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:

<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

Reply via email to