NSURL *url = [NSURL URLWithString:@"targetサイトURL"]; NSURLRequest *req = [NSURLRequest requestWithURL:url]; [webView loadRequest:req];