Jeff Massung wrote:
In the browser documentation I see the following line:
"To prevent the navigatation from occurring, set the global variable
browserCancel to true."
Yet that global variable doesn't appear to exist. Am I missing something or
is the documentation wrong?
It won't exist until you create it, so just declare it somewhere at the
top of your script. The browser will check to see if there is a global
variable with that name in the list of declared globals, which there
won't be until you put it there. Once it is there, then the browser will
check to see what its value is.
--
Jacqueline Landman Gay | [email protected]
HyperActive Software | http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution