Return-Path: Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 17648 invoked by uid 500); 24 Jul 2003 15:45:26 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 17542 invoked from network); 24 Jul 2003 15:45:25 -0000 Received: from unknown (HELO vps1.rideware.com) (208.4.48.112) by daedalus.apache.org with SMTP; 24 Jul 2003 15:45:25 -0000 Received: from rwl1 ([206.166.206.250]) by vps1.rideware.com (8.11.6/8.11.6) with SMTP id h6OEqHd25812 for ; Thu, 24 Jul 2003 10:52:28 -0400 Reply-To: From: "Cameron B. Prince" To: Subject: Single Form - Multiple Destinations Date: Thu, 24 Jul 2003 10:47:16 -0500 Message-ID: <000d01c351fa$dc862ac0$01faa8c0@rwl1> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I have a page that has a form with multiple submit buttons. Two of the buttons should and do only cause the page to refresh. The third button however, needs to cause the browser to load a different page. I'm doing somthing like this on another page with: $http_headers_out{'Location'} = "http://$ENV{HTTP_HOST}$fdat{wwwbase}pages/$fdat{return_page}.html?id=$fdat{ id}"; exit 301; This works okay with a single argument, but the page i'm working on now has as many as 100 inputs. How can I load the other page and maintain fdat so the input data is available? Thanks, Cameron --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org