openweb

Prev Next

Function Names

openweb

Library

Support Library

Description

This function opens a specified web page. If the browser name is not yet defined, then a short menu listing the available browsers appears for the first time. Similar as described in the function browser(), the chosen browser will be memorized for future use and can be changed over again if needed.

Call as: procedure

Restrictions

Under normal conditions, the 'Support Library' is loaded automatically, so no 'include(...)' call is needed.

Parameter count

1

Parameters

No.TypeDescription
1
input
string URL web page address

Specify a valid URL web page address as you would type it into the address field in the web browser.
Web access errors like non-existing pages, error 404, etc., are displayed on teh browser directly. B4P gets no return value back from this function informing about access success or failure.

Examples

  openweb( "https://www.b4p.app" );

See also

docs
browser