Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 15200 invoked by uid 500); 22 Aug 2001 12:43:07 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 15193 invoked from network); 22 Aug 2001 12:43:07 -0000 Received: from unknown (HELO galaxy.macron.at) (213.47.214.67) by h31.sny.collab.net with SMTP; 22 Aug 2001 12:43:07 -0000 Received: from deltaflyer ([192.168.10.16]) by galaxy.macron.at (MERAK 3.10.011) with ESMTP id FGD37006 for ; Wed, 22 Aug 2001 14:44:37 +0200 From: "Andreas Leitner" To: Subject: AW: how to get the target frame Date: Wed, 22 Aug 2001 14:44:37 +0200 Message-ID: <000c01c12b08$3446ea40$100aa8c0@macron.at> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 In-Reply-To: Importance: Normal X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > -----Urspr=FCngliche Nachricht----- > Von: Jann VanOver [mailto:Jann.VanOver@loudeye.com] > Gesendet: Dienstag, 21. August 2001 23:26 > An: 'tomcat-user@jakarta.apache.org' > Betreff: RE: how to get the target frame >=20 > I don't think you can get it. That's a "client" thing, not a "server" > thing. >=20 Right, fortunately I can move my logic from the server to the client. And there I can get the frame name via "self.name". It's a bit of a hack, but it works. Thanks for your hint! Andreas