Re: St00pid newbie question about sending URLs to the default Web browser
Re: St00pid newbie question about sending URLs to the default Web browser
- Subject: Re: St00pid newbie question about sending URLs to the default Web browser
- From: Stéphane Sudre <email@hidden>
- Date: Fri, 14 Dec 2001 13:00:00 +0100
On Friday, December 14, 2001, at 08:06 AM, Scott Anguish wrote:
On Friday, December 14, 2001, at 12:21 AM, Eric Peyton wrote:
[...]
NSWorkspace.h
- (BOOL)openURL:(NSURL *)url;
[[NSWorkspace sharedWorkspace] openURL:[NSURL
URLWithString:@"www.stepwise.com"]];
Hmm.. actually
[[NSWorkspace sharedWorkspace] openURL:[NSURL
URLWithString:@"http://www.stepwise.com"]];
Actually IIRC,
[[NSWorkspace sharedWorkspace] openURL:[NSURL
URLWithString:@"
http://www.stepwise.com/"]];