RE: Frames

> I´m new to the list. I joined it because I´ve a urgent question. I start a
> cgi-script from a frame which is part of a frameset. Is there any
> possibility to redirect the output of this script to the
> _top-frame? I found
> a solution which uses JavaScript, but I don´t want to force my
> Users to turn
> JavaScript on.

You can put a 'target="_top"' attribute in either an anchor <a ...> tag or
an HTML form <form ...> tag; the results will go to the indicated frame.

--
Scott Lawrence           Director of R & D        <lawrence@agranat.com>
Agranat Systems, Inc.  Embedded Web Technology   http://www.agranat.com/

Received on Tuesday, 20 July 1999 05:00:57 UTC