Get the object in a specific frame of a frameset

Cameron Laird claird at lairds.com
Tue Feb 4 09:37:00 EST 2003


In article <d604cc40.0302040142.7ce8b5a9 at posting.google.com>,
Kelly <vampireke01 at hotmail.com> wrote:
>I'm developing an application in Python and DTML,HTML (more specific
>with the CMS Zope).
>
>I made a frameset with a navigation page and the actual information
>page:
>
><html>
>  <head>
>    <title><dtml-var title></title>
>  </head>
>
>  <frameset rows="10%,*">
>    <frame src="hoofding">
>    <frameset cols="20%,*">
>      <frame src="nav" name="nav">
>      <frame src="welkom" name="info">
>    </frameset>
>  </frameset>
></html>
>
>I'm seeing the frame alive and well but now I want to adapt my
>nav-frame to my info-frame. Therefor I have to find out which specific
>page is displayed in the info-frame. I've tried and searched a lot but
>I don't seem to succeed :-/
>
>Can anyone help me with this? Thx

'welkom'

Is that the answer you're after?  It's certainly the src that
corresponds to 'info'.  I suspect you want something different,
but I sincerely don't know what would qualify for you as "which
specific page is displayed".  Do you identify a page by its con-
tent, URI, ...?  Apparently you've experimented with this, and
are generally content with what's displayed.  Are you asking how
Zope resolves URL requests?  I'm unable to make a connection
between your question and your example's focus on the FRAMESET.
-- 

Cameron Laird <Cameron at Lairds.com>
Business:  http://www.Phaseit.net
Personal:  http://phaseit.net/claird/home.html




More information about the Python-list mailing list