Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How to jump to an anchor in a htmlviewer?

Answer: You can use javascript to change the current window's location.
Example

// load website
htmlviewer1.LoadURL "http://www.monkeybreadsoftware.net/addressbook-abpersonmbs.shtml"

// later jump to anchor named "16":

if TargetWin32 then
call HTMLViewer1.IERunJavaScriptMBS "window.location = ""#16"""
end if

The biggest plugin in space...