Return-Path: Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: (qmail 56607 invoked from network); 15 Feb 2005 09:58:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Feb 2005 09:58:37 -0000 Received: (qmail 14183 invoked by uid 500); 15 Feb 2005 09:58:36 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 14164 invoked by uid 500); 15 Feb 2005 09:58:36 -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 14150 invoked by uid 99); 15 Feb 2005 09:58:36 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=FORGED_RCVD_HELO,INFO_TLD X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from c10.shuttle.de (HELO saturn.ecos.de) (194.95.226.10) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 15 Feb 2005 01:58:33 -0800 Received: from lnx1.i.ecos.de (unknown [194.95.226.11]) by saturn.ecos.de (Postfix) with ESMTP id 4131BD894C; Tue, 15 Feb 2005 10:58:30 +0100 (MET) Received: from wingr2 (unknown [10.11.11.250]) by lnx1.i.ecos.de (Postfix) with ESMTP id 4A1FA1B4685; Tue, 15 Feb 2005 10:58:30 +0100 (CET) From: "Gerald Richter" To: "'allen haim'" , Subject: RE: %udat and frames Date: Tue, 15 Feb 2005 10:58:19 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <20050215042042.GK3273@netherrealm.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcUTFe2D50rtGQoDT1aij5OmUGgoEwALpowg Message-Id: <20050215095830.4A1FA1B4685@lnx1.i.ecos.de> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, The problem is that the subpages are start loading before the frame page = has finish and saved it's session data. So it might be better to pass the = values are arguments to the sub pages The other alternative is to use a Locker for session data access = (instead of Null, e.g. File), this makes sure the session data of the frame is saved before the sub pages can access it. Gerald -------------------------------------------------------------------------= -- Gerald Richter ecos electronic communication services gmbh IT-Securityl=F6sungen * Webapplikationen mit = Apache/Perl/mod_perl/Embperl Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: richter@ecos.de Voice: +49 6133 939-122 WWW: http://www.ecos.de/ Fax: +49 6133 939-333 -------------------------------------------------------------------------= -- ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info -------------------------------------------------------------------------= -- =20 > -----Original Message----- > From: allen haim [mailto:allen@netherrealm.net]=20 > Sent: Tuesday, February 15, 2005 5:21 AM > To: embperl@perl.apache.org > Subject: %udat and frames >=20 > Hi, >=20 > I've narrowed down the problem I was referring to in my=20 > previous letter. Try > this: >=20 > bottom.html: > ################################################# > > bottom > > this is the bottom >=20 > the value is: [+ $udat{'a'} +]=20 > ################################################# >=20 >=20 > top.html: > ################################################# > > top >=20 > > this is the top >=20 > the value is: [+ $udat{'a'} +] > ################################################# >=20 >=20 > frameset.html: > ################################################# > [- >=20 > $udat{'a'} =3D 'a'; > $udat{'b'} =3D 'b'; > $udat{'c'} =3D 'c'; >=20 > -] >=20 >=20 > >=20 > > frame test > >=20 > > > > >=20 > > ################################################# >=20 >=20 > base.html: > ################################################# > [- Execute ('*') -] > ################################################# >=20 >=20 > and point your browser to 'frameset.html'. You will see that=20 > 'a' doesn't show up on both frames at once. My expectation=20 > was that it would. >=20 > Now click reload. For me, the 'a' now jumps from the top to=20 > the bottom! Then I click reload again, and now the 'a' is=20 > visible in both frames. >=20 > Do I have a flawed expectation of how this should work with frames? >=20 > Thanks >=20 > Allen >=20 > -- > happy random george orwell advice for making tea: >=20 > Anyone who has used that comforting phrase 'a nice cup=20 > of tea' invariably means Indian tea. >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org > For additional commands, e-mail: embperl-help@perl.apache.org >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org