|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| browser.ID.pos(Left, Top, Width, Height) |
Parameters
| INT | Left | New horizontal position of the browser object.
| | INT | Top | New vertical position of the browser object.
| | INT | Width | (Optional) New width of the browser object.
| | INT | Height | (Optional) New height of the browser object. |
Return value
No value is returned.
Description
Set the position in pixels of the browser object.
Coordinates are relative to the client area of the window containing the browser object.
To retreive the size of the web page: Other Functions
|
|
|
|