MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Re: NDSolve Percision
  • Next by Date: Re: What's the new "Code" Style?
  • Previous by thread: Re: open URL programmatically?
  • Next by thread: Re: open URL programmatically?