MathGroup Archive 2008

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

Search the Archive

Re: open URL programmatically?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg85515] Re: open URL programmatically?
  • From: David Reiss <dbreiss at gmail.com>
  • Date: Wed, 13 Feb 2008 04:13:45 -0500 (EST)
  • References: <fopa2k$ahc$1@smc.vnet.net>

FrontEndExecute[{FrontEnd`NotebookLocate[{URL[theURL], None}]}]

or

NotebookLocate[{URL[theURL], None}]

I hope that this helps...
--David
A WorkLife FrameWork
E x t e n d i n g MATHEMATICA's Reach...
http://scientificarts.com/worklife/

On Feb 11, 6:03=A0am, 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?
>
> --Mark



  • Prev by Date: Re: What's the new "Code" Style?
  • Next by Date: Local variable in ToExpression?
  • Previous by thread: Re: open URL programmatically?
  • Next by thread: Re: open URL programmatically?