I know that for some cross language client scripting functionality, one language has to preceed the other. If you have global variables, they need to be define in one language first, then you can use in the second. But if you reverse the language order (and more the declaration to the other language) it will fail. Unfortunately I don't remember which language needs to go first but something deep in my cranial recesses tells me it's VBScript first.
|