Is it possible to use both JScript and VBScript in the same HTA? Can I call VBScript functions from JScript and vice-versa? Are there any "gotchas," like the JScript running first and the VBScript running second (classic ASP pages have this issue).
|
|
Yeah, just separate them into different script tags:
Edit: And, yeah, you can cross call between Javascript and VBScript with no extra work. |
|||
|
