WebBrowser::LoadWebPageFromBlob (open)

Open a blob in the webbrowser

Syntax

LOADLIB "wh::internet/webbrowser.whlib";

MACRO LoadWebPageFromBlob(STRING baseurl, STRING contenttype, BLOB data)

Parameters

STRING baseurl

URL of the page

STRING contenttype

Contenttype of the page

BLOB data

Content for the page