UIWebVIew Javascript Document.location

时间:2011-10-30 15:47:04

标签: javascript ios uiwebview console document

我无法让我的UIWebView基于javascript更改位置。虽然这可能看起来有点多余,但这是必要的,因为客户的网站在document.location已知时存储cookie。但是,当我尝试访问其网站的下一部分时,它将无法打开。

这是代码

[self.webView stringByEvaluatingJavaScriptFromString:@"document.location = 'http://www.nextLink.com'"];

然而,这似乎没有做任何事情。 document.write方法也有效!

谢谢!

1 个答案:

答案 0 :(得分:1)

您是否尝试过使用window.location