Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'pop': 0.05; 'subject:file': 0.07; 'window.': 0.09; 'subject:How': 0.10; 'cc:addr:python-list': 0.11; 'python': 0.11; '"%s"': 0.16; 'another?': 0.16; 'link,': 0.16; 'subject:after': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'trying': 0.19; 'file,': 0.19; 'help.': 0.21; 'cc:addr:python.org': 0.22; 'print': 0.22; 'load': 0.23; 'file.': 0.24; '---': 0.24; 'cc:2**0': 0.24; 'post': 0.26; 'asking': 0.27; 'header:In-Reply-To:1': 0.27; '----': 0.29; 'message- id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'code': 0.31; 'cgi': 0.31; 'sep': 0.31; 'allows': 0.31; 'file': 0.32; 'figure': 0.32; 'another': 0.32; 'open': 0.33; 'url:python': 0.33; 'problem': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'button': 0.38; 'form,': 0.38; 'window': 0.38; 'pm,': 0.38; 'url:mail': 0.40; 'browser': 0.61; 'choose': 0.64; 'close': 0.67; 'click': 0.77; 'download.': 0.91; 'joel': 0.91; 'opens': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZBQVb7ugq6NEej2hnA2kNmEsFPJ1wQf1VBmn83P7c7I=; b=t3QLwzcXtC17s9+MrdzYyE/P+7+YCpbGQYGP1eZGPZEWqkvmFQxTgqqSu05Jv3vtwM FWND6fucCOwxlsKzgQZJZI0TYIxVFtfvRKDkICQpg/qfls6sHQJ+aTaM+gAOWdEE7Ytx vDpWTA2jxsZ7AJg1B9YOn31TJdW3PTfiK5VKuGetimRCu8DHQLSFL/tXyMNcErSnN4+N ewD7drmjzZr0Nvf+1rGklGXpcqBZKXYnEh9gVeXNKnWThLG6O5Lp7wqx7APv5AHOXTBD pjn/MockhUMBT4E1VskcO+Uobj8KWoswW3FfdEgQvXb/CwVDk/QY5cMg63f4jPmG3ibW aFKw== MIME-Version: 1.0 X-Received: by 10.52.34.40 with SMTP id w8mr592066vdi.7.1378323753535; Wed, 04 Sep 2013 12:42:33 -0700 (PDT) In-Reply-To: <2469245.AuzWJNP2xm@mach-123> References: <2469245.AuzWJNP2xm@mach-123> Date: Wed, 4 Sep 2013 15:42:33 -0400 Subject: Re: How to exit a cgi file after a download. From: Joel Goldstick To: inq1ltd Content-Type: text/plain; charset=UTF-8 Cc: "python-list@python.org" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 50 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1378323756 news.xs4all.nl 15881 [2001:888:2000:d::a6]:45429 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:53646 This same message comes up under one of Niko's many aliases. Is this another? Why post twice? On Wed, Sep 4, 2013 at 2:44 PM, inq1ltd wrote: > Python help. > > I use the following code in a cgi file > to give the client a download link to > download a file. > > --- > > print "%s" % (' Down > Load ') > > ---- > > A click on "Down Load" opens a pop up browser > window which allows the user to choose where > to download the "Setup.zip" file, then after > the download, the pop up window closes. > > My problem is that I want the cgi form, which > contains the link, to also close after the > download. The only way I can figure out to > close the cgi window is to give the user a > button to close it. > > Without closing it, the client can download > again and forever if they choose to because > the cgi window is open and the link is still > active. > > I am trying to find a way to close the cgi > file or call another file after the download > without adding a close button and asking the > client to close the window. > > jd > > > > -- > https://mail.python.org/mailman/listinfo/python-list -- Joel Goldstick http://joelgoldstick.com