brws__doc | htmlDoc | The document object. |
brws__map | htmlMap | The mapping object. |
parent | window | Parent window, typically a frame. |
id | number | Numeric id value for browser window. |
x | number | Parent relative x position. |
y | number | Parent relative y position. |
width | number | The window's width. |
height | number | The window's height. |
wnd | browserWindow | The instantiated browser window. |
none |
format | string | The format of the document; either "text" or "html". |
gdi | GDI | GDI object to use for drawing. |
bounds | rect | Invalidated area of the window. |
none |
none |
html | string | The raw html representation of the document. |
width | number | The character width the html document is to be formatted to. |
map | htmlMap | The map object. |
none |
plain | string | The plain text representation of the document. |
default | string/nil | A default title for the html document. |
title | string/nil | The html document's title. |
none |
lines | number | The number of lines in the document. |
width | number | The width to format the document to. |
body | table | The body node of the html document. |
color | number | The body text color. |
bgcolor | number | The body background color. |
linkcolor | number | The body link color. |
align | string | The body alignment. |
map | htmlMap | The map object. |
map | htmlMap | The map object to record the formatting. |
node | table | The htmlDoc node to map. |
color | number | The inheritable text color to use. |
bgcolor | number | The inheritable background color to use. |
linkcolor | number | The inheritable link color to use. |
align | string | The inheritable alignment to use. |
erase | number/nil | The inheritable erasure color to use. |
none |
link | string | The (potentially) relative address to merge, typically from a link. |
reference | string | The address to merge with, should be starting at a top domain. |
protocol | string/nil | The preferred protocol. |
address | string | The full, merged address. |
x | number | The horizontal window relative position. |
y | number | The vertical window relative position. |
node | table | The node at the given point or nil if none. |
x | number | Window relative x position. |
y | number | Window relative y position. |
count |
number | The number of times this same position was repeatedly clicked, with each successive click within the double_click_time. |
result | boolean | Always true. |
none |
result | boolean | Always false. |
x | number | Window relative x position. |
y | number | Window relative y position. |
result | boolean | Always true. |
none |
none |
none |
raw | string | The raw text representation of the document. |
address | string | The failed address. |
none |
source | htmlDoc/string/nil | If a htmlDoc object the document is copied. If a string it may be the raw html document (as loaded from a file) or plain text. If nil the window displays a blank document. |
none |
address | string | The address to separate. |
path | string | The path after the domain, if any. |
domain | string | The domain, if any. For a local file this will be "". |
protocol | string | The protocol. If missing either "file" or "http" is returned as appropriate. |