Is there a URI scheme to open Mobile Safari to a specific URL?
e.g.,
Open Google in Safari
Try this:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.google.com/"]];