What are the rules to name variable in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
What is string concatenation function in VBScript?
Explain about the functionality of vb script?
What is loose binding? Why is it not a good practice to use it?
What are the disadvantages of vbscript?
Which constant is used for print and display functions and works as same as pressing enter key?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
What is the output of a + b in vbscript if a = 5 and b = 10?
explain with example primitive data types of vb script.
write a vbscrpit to swap values
pls tell me which is good book or site for vbscript?
what is the differenece btwn scripting language and programming language
How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")