Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 2398 invoked by uid 500); 7 May 2002 18:21:35 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 2339 invoked from network); 7 May 2002 18:21:33 -0000 Received: from unknown (HELO babbler.csp.org.by) (80.94.224.242) by daedalus.apache.org with SMTP; 7 May 2002 18:21:33 -0000 Received: from cyan ([192.168.1.150]) by babbler.csp.org.by (8.11.1/8.11.1) with ESMTP id g47IMVa22248 for ; Tue, 7 May 2002 21:22:32 +0300 Date: Tue, 7 May 2002 21:30:19 +0300 From: Artiom Morozov To: users@httpd.apache.org Subject: Re: SetOutFilter - several layers Message-ID: <20020507213019.I2605@cyan.csp.org.by> References: <1020748258.3440.12.camel@td-top> <20020507204201.E2605@cyan.csp.org.by> <1020793909.3897.13.camel@td> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=KOI8-R Content-Transfer-Encoding: 8bit In-Reply-To: =?koi8-r?Q?=3C1020793909=2E3897=2E13=2Ecam?= =?koi8-r?B?ZWxAdGQ+OyBmcm9tIHRkYXZpc0BhcHByb2JhdGlvbi5vcmcgb24g99TSLCDt?= =?koi8-r?B?wco=?= 07, 2002 at 20:51:43 +0300 X-Mailer: Balsa 1.2.3 Lines: 59 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N aha, finally i got it =))) well, most obvious solution is to add some params to top-level html (containing table) and set links to it. that is, assume index.html outputs main.cgi?group in table and your links point to foobar.cgi?someparam. you move #include virtual param to index.html query string and in main.cgi return links like index.html?foobar.cgi%3fsomeparam. other possible solutions are frames (not bad, but you'll hardly make pixel-to-pixel design with them) or dhtml layers/divs (not bad, except not supported in old or simple browsers). hope this helps �� 2002.05.07 20:51 Terry Davis �������: > Thank you for your response! > > I will put my code on the web, too much for here. > http://approbation.org/perl/ > > There are 3 CGIs in that directory. Excuse the very poor perl. > > I thank you very much for your help! > > > On Tue, 2002-05-07 at 12:42, Artiom Morozov wrote: > > an example, will you please. > > > > �� 2002.05.07 08:10 Terry Davis �������: > > > Hello, > > > > > > What I am about to ask is rather hard to explain.... > > > > > > I have a set of CGIs....my main CGI creats a table and calls > includes > > > from within it: > > > > > > > > > In this example, main.cgi then loads up IN the part of the table > from > > > which it was called and has some neat things in it, including > links to > > > OTHER CGIs. When I click on a link in THIS CGI, how do I get it > to > > > continue to load in the same part of the table as the original > CGI? > > > > > > I am getting around frames basically....am I doing things in a bad > > > way? > > > Have some suggestions? > > > > > > Thank you! > > > Terry > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > > For additional commands, e-mail: users-help@httpd.apache.org > -- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org