Re: Opening an http:// URL in the user's default web browser?
Re: Opening an http:// URL in the user's default web browser?
- Subject: Re: Opening an http:// URL in the user's default web browser?
- From: Enigmarelle Development <email@hidden>
- Date: Mon, 27 Aug 2001 14:58:12 -0400
On Monday, August 27, 2001, at 02:37 PM, Chris Boot wrote:
Hi,
I'm trying to open an http:// URL in the user's default web browser. How
would I go about this in Cocoa?
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"
http://www.
yahoo.com/"]]
is working for me. Are you sure your Internet prefs are set right? Also
the slash on the end of the URL is important.
-john