open URL programmatically?
- To: mathgroup at smc.vnet.net
- Subject: [mg85444] open URL programmatically?
- From: Mark Fisher <particlefilter at gmail.com>
- Date: Mon, 11 Feb 2008 06:02:49 -0500 (EST)
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