Marking hyperlinks in a Text widget

Ben Wolfson rumjuggler at cryptarchy.org
Wed May 31 23:36:44 EDT 2000


gOn Thu, 01 Jun 2000 03:12:35 GMT, cjc26 at nospam.cornell.edu (Cliff
Crawford) wrote:

>| Is openURL a function that you have written? If so, can I check it out?
>
>That's actually a command-line argument of Unix versions of Netscape.  I
>don't know if it would work on Windows.  If you're using Unix, try
>typing the following at a shell prompt (with Netscape already running):
>
>% netscape -remote 'openURL(www.python.org)'
>
>It should make Netscape go to the Python page.

On windows you can just do 

netscape www.python.org

from the command line.  If you do

netscape -remote 'openURL(www.python.org)'

it will look for "www.remoteopenurlwww.python.org"

-- 
Barnabas T. Rumjuggler

NEW Epistemology Strips!  Dogs don't know they don't know it's not
bacon!
 -- Ranjit Bhatnagar



More information about the Python-list mailing list