If a page has been loaded into webkit/gtk, how can I programmatically request that it jump to an anchor? Do I just call webkit_web_view_load_request() with the request URI = <currently_loaded_URI>#anchor? Phil