HTML Viewer just shows a blank page?

I am trying to load some very simple HTML pages into the HTMLviewer and its simply showing a blank, white page. I load the link in Safari and it loads just fine.

I simply have in the open event me.LoadURL("“simple HTML link here”)

A quote too many, no file extension, not an url ?

There is a project called SimpleBrowser.xojo_binary_project n the examples folder…

there is also a page entry for LoadURL in the LR:
http://documentation.xojo.com/api/deprecated/htmlviewer.html#htmlviewer-loadurl

did you write https:// at the beginning of the url ?

Thanks, that did it. The website I am using is not secure and that is why I didn’t initially include it.

safari (and other web browsers) automatically add http or https before the url, but the htmlviewer doesn’t.