[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.google.co.jp/"]]; NSURLRequest *request = [NSURLRequest requestWithURL:[NSURL URLWithString: @"http://www.google.co.jp/"]]; // ブラウザを開く CGRect webFrame = [[UIScreen mainScreen] applicationFrame]; webFrame.size.height -= 40.0; webView = [[[UIWebView alloc] initWithFrame:webFrame] autorelease]; webView.autoresizingMask = (UI