in Education by
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). JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Yeah, just separate them into different script tags: // javascript code ' vbscript code Edit: And, yeah, you can cross call between Javascript and VBScript with no extra work. Edit: This is also true of ANY Windows Scripting technology. It works in WSF files and can include scripts written in any supported ActiveScript language such as Perl as long as the engine is installed. Edit: The specific "gotcha" of all JScript being executed first, then VBScript is related to how ASP processes scripts. The MSHTA host (which uses IE's engine) does not have this problem. I'm not much into HTAs though, so I can't address any other possible "gotchas".

Related questions

0 votes
    Is it possible to use both JScript and VBScript in the same HTA? Can I call VBScript functions from ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 26, 2022 in Education by JackTerrance
0 votes
    I have searched the net and so far what I have seen is that you can use mysql_ and mysqli_ ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 20, 2022 in Education by JackTerrance
0 votes
    My script launches a MS Edge window and then tries to log into Netflix with my credentials. The problem ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 2, 2022 in Education by JackTerrance
0 votes
    I've a question about simplicity of a task. I'm fairly new to laravel and vue js, I'm used to ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 17, 2022 in Education by JackTerrance
0 votes
    In two glasses A and B of mix juice, the ratio of pineapple and orange is 4: 3 and 6:1,respectively. If 14 ... the new glass of juice? Select the correct answer from above options...
asked Dec 27, 2021 in Education by JackTerrance
0 votes
    In two glasses A and B of mix juice, the ratio of pineapple and orange is 4: 3 and 6:1,respectively. If 14 ... the new glass of juice? Select the correct answer from above options...
asked Dec 26, 2021 in Education by JackTerrance
0 votes
    Recently, it has been made compulsory in India and some other countries to mix 10% ethanol with ... ,Science proposed by,electromagnetic theory engineering physics,Science nptel...
asked Nov 7, 2021 in Education by JackTerrance
0 votes
    Bring active dry yeast' from the market. Mix a spoonful of yeast, two spoonfuls sugar with a ... ,Science proposed by,electromagnetic theory engineering physics,Science nptel...
asked Nov 7, 2021 in Education by JackTerrance
0 votes
    I want to combine two views in one dashboard in google analytics report. I want the tracked buttons up ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 19, 2022 in Education by JackTerrance
0 votes
    I want to combine two views in one dashboard in google analytics report. I want the tracked buttons up ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 6, 2022 in Education by JackTerrance
0 votes
    Write whether the following statements are true or false, giving suitable explanation for the same: i ... proposed by,electromagnetic theory engineering physics,Science nptel...
asked Nov 8, 2021 in Education by JackTerrance
0 votes
    In a single throw of two dice, find (i) P (an odd number on the first die and a 6 on the second) (ii) P (a ... P (a total of 9 or 11) Select the correct answer from above options...
asked Nov 22, 2021 in Education by JackTerrance
0 votes
    1. Name the term which is used to join two separate arrays into a single array. 2.How are the following ... ii) primitive type data Select the correct answer from above options...
asked Dec 13, 2021 in Education by JackTerrance
0 votes
    In a single throw of two coins, find the probability of getting (i) both tails, (ii) at least 1 tail, (iii) at the most 1 tail. Select the correct answer from above options...
asked Nov 23, 2021 in Education by JackTerrance
0 votes
    In a single throw of a die describe the following events: (i) A = Getting a number less than 7 (ii) B = Getting a ... D ∩ F and bar F. Select the correct answer from above options...
asked Nov 22, 2021 in Education by JackTerrance
...