"load"

This function loads the specified website.

Synopsis

void shape.load(string url);

Description

This function loads the specified website.

Example

main()
{
  WebView_ewo1.load("http://www.etm.at");
}

Assignment

WebView EWO