LlOpenInternalBrowser
From Second Life Wiki
Second Life Wiki > LlOpenInternalBrowser
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
| | LSL Feature Request |
| The described function does not exist. This article is a feature request. |
Summary
Function: llOpenInternalBrowser( key agent, string title, string url, integer width, integer height, vector Position );| REQUEST | Function ID |
| 20.0 | Delay |
| 100.0 | Energy |
Opens an internal Mozilla Browser on the agent's client.
| • key | agent | – | The agent's key which you want the command to be done on. | |
| • string | title | – | The title for the internal browser. | |
| • string | url | – | The URL address for the internal browser to display. | |
| • integer | width | – | The Width for the internal browser. | |
| • integer | height | – | The Height for the internal browser. | |
| • vector | Position | – | The Position on the screen for the internal browser. |

