browserNewInstance

Sent when a new browser instance is created.

# Metadata

Platforms: desktop OS: mac, windows Introduced: 2.8.1 Security: network

# Syntax

browserNewInstance pInstanceId

# Params

- pInstanceId : The integer identifier of the new browser object

# Examples

on browserNewInstance pInstanceId put pInstanceId & return after sInstances end browserNewInstance

# 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.

# Tags

# See

- **message:** browserNewUrlWindow - **command:** revBrowserClose, revBrowserSet - **function:** revBrowserOpen - **glossary:** function