|
|
| Author |
Message |
shadowofsilence
Joined: 02 Nov 2009
Posts: 9
|
Posted: Fri Nov 06, 2009 2:49 am Post subject: javascript access |
|
|
is it posible to access custom javascript variables from an included javascript file in a bubble window?
i.e.
tbs_include_script.js
var mytoolbar = null;
mytoolbar = 'name';
in bubble window there is javascript that access the mytoolbar variable above.
Is this poisble? |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 22 Aug 2006
Posts: 1055
|
Posted: Fri Nov 06, 2009 5:49 am Post subject: |
|
|
To use variables between Webpages, Bubbles and toolbar - you should use Toolbar's variables as described in our manual : %Var1... %Var10, etc.
tool.Var(1) ... in JS |
|
| Back to top |
|
 |
|