Body
Jump to navigation
Jump to search
NSB/App Studio programs run within a special version of a web browser. As a result, they can inherit a lot of the properties of the environment they run in. You can access these properties from within your app.
It is not a complete list: there are additional items in the full HTML documentation. In addition, some browsers may have additional members not shown here.
body object members
| aLink | Sets or returns the value of the alink attribute of the body element |
| background | Sets or returns the value of the background attribute of the body element |
| bgColor | Sets or returns the value of the bgcolor attribute of the body element |
| link | Sets or returns the value of the link attribute of the body element |
| text | Sets or returns the value of the text attribute of the body element |
| vLink | Sets or returns the value of the vlink attribute of the body element |
| onload | Script to be run immediately after a page is loaded |