Changing frames with a python script

Matthias Huening mhuening at zedat.fu-berlin.de
Wed Dec 6 07:58:44 EST 2000


Paul van Erk <paul at vanerk.demon.nl> wrote:

> My first solution was that the script would make a new html document,
which
> was also divided in frames. But then I get a document with three frames
> (logical), because it would publish the html document only in the main
> frame.
>

Well, it's not a Python-problem, but your first solution should be just
fine. You only have to insert a 'target' in the HTML-page which calls your
script:
<FORM ACTION="..." METHOD="..." TARGET="_top">

Matthias





More information about the Python-list mailing list