How to open browser in vb script?
Mention what are the rules to name variable in vbscript?
How will you get a string with the specified character the specified number of times in vbscript?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
How to create a cookie using vbscript?
What is the use of the recordset object and which statement is used to create such an object?
Which in-built function is used to format the number in the vbscript language?
what is used of Property........End Property loop ? how to write the script for it?
Description.Create
Mention the rules for using option explicit statement?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
What are the differences between sub procedures and function procedures?
How will you check that a variable is an array in vbscript?