put sprite(x).url
--"http://xtras.tabuleiro.com"
JavaScript syntax example:
trace (sprite(x).url)
//"http://xtras.tabuleiro.com"
browserReference - Read-only property. Returns an unique browser reference ID
number that identifies this WebXtra sprite. This number can be used with the
"openNewWindow" event to redirect creation of new windows to existing browser
sprites. The "Complete Browser" sample included with the Xtra uses this property
to redirect new windows requests to a browser sprite hosted in a MIAW, please
examine the script "WebBrowser_Behavior" for more information on how it is
used.
Lingo example:
put sprite(x).browserReference
--145628
JavaScript syntax example:
trace (sprite(x).browserReference)
//76863
Online Help
22
Commentaires sur ces manuels