Re: Re: open URL programmatically?
- To: mathgroup at smc.vnet.net
- Subject: [mg85514] Re: [mg85483] Re: open URL programmatically?
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Wed, 13 Feb 2008 04:13:15 -0500 (EST)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <fopa2k$ahc$1@smc.vnet.net> <200802111209.HAA14382@smc.vnet.net>
- Reply-to: murray at math.umass.edu
By evaluating ?URL* I discovered that there's a System` context object URL. Anybody know what it does? Szabolcs wrote: > On Feb 11, 12:03 pm, Mark Fisher <particlefil... at gmail.com> wrote: >> Hi all, >> >> I know how to create a hyperlink and click on it to go to an URL in my >> browser. But I don't know how to write a program that does that >> without making the user click. In other words, I'd like a function >> such as >> >> openURL[url] >> >> that goes to the URL in the browser. Any ideas? > > On Windows one can use Run[] and start: > Run["start http://www.google.com"] > -- Murray Eisenberg murray at math.umass.edu Mathematics & Statistics Dept. Lederle Graduate Research Tower phone 413 549-1020 (H) University of Massachusetts 413 545-2859 (W) 710 North Pleasant Street fax 413 545-1801 Amherst, MA 01003-9305
- References:
- Re: open URL programmatically?
- From: Szabolcs <szhorvat@gmail.com>
- Re: open URL programmatically?