Skip navigation.
 
mlRe: [WebFrame url] -- How to get the initial URL from WebView or WebFrame?
FROM : Claus Atzenbeck
DATE : Sun Nov 04 10:53:25 2007

On Sat, 3 Nov 2007, Jeff Johnson wrote:

> Try [[[WebFrame dataSource] request] URL].  You can also try [[[WebFrame
> dataSource] initialRequest] URL], but the URL of the initial request may be
> different from the URL of the web page currently shown.


Perfect. Exactly what I was looking for.

Cheers,
Claus

Related mailsAuthorDate
ml[WebFrame url] -- How to get the initial URL from WebView or WebFrame? Claus Atzenbeck Nov 3, 09:12
mlRe: [WebFrame url] -- How to get the initial URL from WebView or WebFrame? Jeff Johnson Nov 3, 18:15
mlRe: [WebFrame url] -- How to get the initial URL from WebView or WebFrame? Claus Atzenbeck Nov 4, 10:53