browserNewUrlWindow

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
browserNewUrlWindow <pInstanceId>, <pUrl>
XBrowser_NewUrlWindow <pUrl>, <pInstanceId>
Synonymsxbrowser_newurlwindow
Summary

Sent when a url has been opened in a new window.

Introduced2.8.1
OSmac, windows
Platformsdesktop
Parameters
NameTypeDescription
pInstanceId

The integer identifier of the browser object

pUrl

The url that has opened in a new window

Example
on browserNewUrlWindow pInstanceId, pUrl
  go stack (the owner of me)
end browserNewUrlWindow
RelatedMessage: browserNewInstance, browserBeforeNavigate
Command: revBrowserSet
Function: revBrowserOpen
Glossary: function
Securitynetwork
Description

The browserNewUrlWindow message is sent to the current card of a stack containing a browser object when the browser object has opened a url in a new window.

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