I have a webkit-sharp webview which I am using to display html via the LoadString method.
The webview is placed in a ScrolledWindow the ScrolledWindow is placed in a Gtk Window. I wan't to be able tot tell the webview to scroll to a specific part of the html. normally one would do this using an anchor. I have defined an anchor and some JavaScript to jump to that anchor, I call the javascript via the ExecuteScript method. This does nothing at all. I have also tried adding a button to the HTML that calls the javascript, this also does nothing. It there something I can do to make this work, To make it so I can scroll to a known location in the page. Cheers, Daniel _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
