browserNewInstance

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
browserNewInstance <pInstanceId>
XBrowser_NewInstance <pInstanceId>
Synonymsxbrowser_newinstance
Summary

Sent when a new browser instance is created.

Introduced2.8.1
OSmac, windows
Platformsdesktop
Parameters
NameTypeDescription
pInstanceId

The integer identifier of the new browser object

Example
on browserNewInstance pInstanceId
  put pInstanceId & return after sInstances
end browserNewInstance
RelatedMessage: browserNewUrlWindow
Command: revBrowserClose, revBrowserSet
Function: revBrowserOpen
Glossary: function
Securitynetwork
Description

The browserNewInstance message is sent to the current card of the stack when a new browser object is created in the stack's window.

Note: For general information on using the browser library, see the notes in the revBrowserOpen function reference.