Path: csiph.com!usenet.pasdenom.info!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.062 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'python': 0.09; 'subject:URL': 0.16; 'thanks,': 0.18; 'module': 0.19; 'received:209.85.214.174': 0.21; 'message-id:@mail.gmail.com': 0.27; 'could': 0.32; 'to:addr:python-list': 0.33; 'hi,': 0.33; 'received:google.com': 0.34; 'open': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'received:209': 0.37; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=nB1OZjr7+TErITwp4pfA6nXl3nJ3m2JHbIiL6m1p0iQ=; b=lja9Ry3TTVI4bpJq448F5P3S8AWVQn2b/7SgGTg440+cAIVnbBMA8/4CtkmJMO1ktR a6+XaRRoXpzWnHUZIneNrlbghlXMNo6MXrYQrXyjMe0NVERdblZqlCXCAJFOEqjoe7EA wTPJ+zPzja1C7LQlSN1bNLxg1Eyd+T7axzRa3C+L6PA3PYiyN8oD8ySy0mwHIeMi1Dv1 K2kNJRu7yBNdfVSd/PSqrxeh4vMpjOKs0PXOkW1u5I8iq1AIyKfwHa/Z1ceAGBTNPI4m sF8/Q2DUqoGdMj3nh5eyRVAvj0xnYvunpXrDsFAHeNBieOO2SzVf6E7jz6OzXOGWDrou 6npg== MIME-Version: 1.0 From: Jabba Laci Date: Mon, 10 Dec 2012 23:27:44 +0100 Subject: open URL in the current tab To: Python mailing list Content-Type: text/plain; charset=ISO-8859-1 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1355178486 news.xs4all.nl 6985 [2001:888:2000:d::a6]:60642 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:34573 Hi, With the webbrowser module you can open a URL in a new tab. But how could I tell Firefox from Python to open a URL in the _current_ tab? Thanks, Laszlo