Mention how to create a cookie using vbscript?
Which data type/types are supported by vbscript language and what are their specialties?
What is the use of the instr function?
Explain the scope of the variables using dim, public, and private keywords respectively.
Explain the arrays in vb script?
Is VBscript case-sensitive?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
How will you get the largest subscript of an array in vbscript?
Write a program to resize an array of 5 elements to 4 elements and display all the elements.
Which in-built function is used to format the number in the vbscript language?
How are values assigned to the variables in the vbscript language?
accept a string & display whether a is present or not
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?