[Rt-devel] RT und HTML Frames

Tina Schade Tina.Schade at gmx.de
Wed Jun 23 03:39:23 EDT 2004


Hello,

does RT support html-framesets? I want to create a page which uses framesets, 
but when I call the page it doesn´t show me the frames. Here my code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" 
"http://www.w3.org/TR/html4/frameset.dtd">

<html>
<head>
<title></title>
</head>

<frameset rows="90%,10%">
  <frame src="">
  <frameset cols="50%,50%">
      <frame src="">
      <frame src="">
  </frameset>
  <noframes>
    Browser kann keine Frames anzeigen.
  </noframes>
</frameset>
</html>

<%ARGS>
$url => 'http://something.html'
</%ARGS>

Can someone tell me please, why that doesn´t work? It should only show me the 
frames of this page.

When I call this page from my home, it shows me the frames, but not in the 
rt-path.

Tina


More information about the Rt-devel mailing list