Post New Answer View All Answers
What is variant in vb script?
What are the advantages of vbscript?
Which operator can be used to do an xor operation in vbscript?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
Is vbscript language a case-sensitive language and what does it mean?
Explain the support of asp for vb script functionality?
How will you check that a variable is an array in vbscript?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
Explain about the extension .hta?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
What are the 2 ways in which a variable can be declared in the vbscript language?
Explain about the support of asp for vb script functionality?
How will you get the largest subscript of an array in vbscript?
how to increase the values in text box in a given text box increament by two values by clicking on button
How will you get a random number between 0 and 1 in vbscript?