Update: http://imgur.com/a/T1KbC
 
	 
	It works only when you put it in 1 time it goes, then it does not work anymore.  
	type: i'm enter the youtube, but, if i click on a video, the URL don't change.
 
function geturl(theBrowser, b)
    bool = true
    for b, v in string(b, browser) do
    guiSetText(addressBar, getBrowserURL(theBrowser))
    end
end
addEventHandler("onClientBrowserNavigate",root,geturl)
addEventHandler("onClientBrowserDocumentReady",root,geturl)