> I've been trying to get a WebView to open in the user's default browser. In 
> fact, I've succeeded, but it's rather clunky,
> and I'm wondering if there's a better way.

Why not simply add "target=_'blank'" to your URLs? No WebView hacking needed.

<a href="http://my.external.url"; title="What the user sees" target="_blank"></a>


Philippe
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to